Class SerializationException

All Implemented Interfaces:
Serializable

public final class SerializationException extends CommandException
Signals that an exception occured while serializing a ParameterizedCommand to a string or deserializing a String to a ParameterizedCommand.

This class is not intended to be extended by clients.

Since:
3.2
See Also:
  • Constructor Details

    • SerializationException

      public SerializationException(String message)
      Creates a new instance of this class with the specified detail message.
      Parameters:
      message - the detail message; may be null.
    • SerializationException

      public SerializationException(String message, Throwable cause)
      Creates a new instance of this class with the specified detail message and cause.
      Parameters:
      message - the detail message; may be null.
      cause - the cause; may be null.