Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ObjectWritingException(String s)
s
- messageCopyright © 2018. All rights reserved.