public class SerializeException extends RuntimeException
Constructor and Description |
---|
SerializeException(String message)
Creates a new serialisation exception.
|
SerializeException(String message,
Throwable cause)
Creates a new serialisation exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SerializeException(String message)
message
- The exception message. May be null
.public SerializeException(String message, Throwable cause)
message
- The exception message. May be null
.cause
- The exception cause, null
if not specified.Copyright © 2016 Connect2id Ltd.. All Rights Reserved.