Package org.eso.ias.command
Class StringSerializerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eso.ias.command.StringSerializerException
- All Implemented Interfaces:
Serializable
Th eexception generated when marshalling or unmarshalling commands
and replies to and from strings.
- See Also:
-
Constructor Summary
ConstructorDescriptionStringSerializerException
(String message) StringSerializerException
(String message, Throwable cause) StringSerializerException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StringSerializerException
public StringSerializerException() -
StringSerializerException
-
StringSerializerException
-
StringSerializerException
-
StringSerializerException
-