public class SerializerException
extends java.lang.RuntimeException
Serializer when it cannot serialize or deserialize an instance.| Constructor and Description | 
|---|
| SerializerException()Creates a  SerializerException. | 
| SerializerException(java.lang.String message)Creates a  SerializerExceptionwith the provided message. | 
| SerializerException(java.lang.String message,
                   java.lang.Throwable cause)Creates a  SerializerExceptionwith the provided message and cause. | 
| SerializerException(java.lang.Throwable cause)Creates a  SerializerExceptionwith the provided cause. | 
public SerializerException()
SerializerException.public SerializerException(java.lang.String message)
SerializerException with the provided message.message - information about the exceptionpublic SerializerException(java.lang.String message,
                           java.lang.Throwable cause)
SerializerException with the provided message and cause.message - information about the exceptioncause - the cause of this exceptionpublic SerializerException(java.lang.Throwable cause)
SerializerException with the provided cause.cause - the cause of this exception