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