public class SerializationNotSupportedException extends IOException
IWriteContext.serialize(Type, IWriteContext, Object)
method and the like to indicate that the deserialization failed.| Constructor and Description |
|---|
SerializationNotSupportedException()
Initializes a new instance of the
SerializationNotSupportedException class. |
SerializationNotSupportedException(String message)
Initializes a new instance of the
SerializationNotSupportedException class with the given message. |
SerializationNotSupportedException(String message,
RuntimeException inner)
Initializes a new instance of the
SerializationNotSupportedException class using the given message and inner
exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SerializationNotSupportedException()
SerializationNotSupportedException class.public SerializationNotSupportedException(String message)
SerializationNotSupportedException class with the given message.message - The message.public SerializationNotSupportedException(String message, RuntimeException inner)
SerializationNotSupportedException class using the given message and inner
exception.message - The message.inner - The inner exception.