public class MissingSerializerException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serial version UUID
|
| Constructor and Description |
|---|
MissingSerializerException()
Creates a new instance of MissingSerializerException.
|
MissingSerializerException(java.lang.String explanation)
Creates a new instance of MissingSerializerException.
|
MissingSerializerException(java.lang.String explanation,
java.lang.Throwable cause)
Creates a new instance of MissingSerializerException.
|
MissingSerializerException(java.lang.Throwable cause)
Creates a new instance of MissingSerializerException.
|
private static final long serialVersionUID
public MissingSerializerException()
public MissingSerializerException(java.lang.String explanation)
explanation - The message associated with the exceptionpublic MissingSerializerException(java.lang.Throwable cause)
public MissingSerializerException(java.lang.String explanation,
java.lang.Throwable cause)
explanation - The message associated with the exceptioncause - The root cause for this exception