Serializablepublic class SerializeException extends RuntimeException
| Constructor | Description |
|---|---|
SerializeException(String message) |
Creates a new serialisation exception.
|
SerializeException(String message,
Throwable cause) |
Creates a new serialisation exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2018 Connect2id Ltd.. All rights reserved.