Class StringSerializerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eso.ias.command.StringSerializerException
All Implemented Interfaces:
Serializable

public class StringSerializerException extends Exception
Th eexception generated when marshalling or unmarshalling commands and replies to and from strings.
See Also:
  • Constructor Details

    • StringSerializerException

      public StringSerializerException()
    • StringSerializerException

      public StringSerializerException(String message)
    • StringSerializerException

      public StringSerializerException(String message, Throwable cause)
    • StringSerializerException

      public StringSerializerException(Throwable cause)
    • StringSerializerException

      public StringSerializerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)