public class EserialException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
EserialException(java.lang.String message)
Instantiates a new EserialException with the given message.
|
EserialException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new EserialException with the given message and cause.
|
public EserialException(java.lang.String message)
message - the message of the exceptionpublic EserialException(java.lang.String message,
java.lang.Throwable cause)
message - the message of the exceptioncause - the cause of the exception