Serializablepublic class ObjectWritingException extends IOException
| Constructor | Description |
|---|---|
ObjectWritingException(String s) |
Constructs an ObjectWritingException with the specified detail message.
|
ObjectWritingException(String s,
Throwable cause) |
Constructs an ObjectWritingException with the specified detail message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectWritingException(String s)
s - messageCopyright © 2018. All rights reserved.