Class InvalidObjectException

All Implemented Interfaces:
Serializable

public class InvalidObjectException extends InvalidObjectException
An extended version of InvalidObjectException that supports localization.
Author:
David Allen
See Also:
  • Constructor Details

    • InvalidObjectException

      public InvalidObjectException(String message)
      Creates a new exception with the given localized message.
      Parameters:
      message -
  • Method Details