Serializable
public class IllegalWriteException extends MessagingException
Constructor | Description |
---|---|
IllegalWriteException() |
Constructs an IllegalWriteException with no detail message.
|
IllegalWriteException(String s) |
Constructs an IllegalWriteException with the specified
detail message.
|
IllegalWriteException(String s,
Exception e) |
Constructs an IllegalWriteException with the specified
detail message and embedded exception.
|
getCause, getNextException, setNextException, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public IllegalWriteException()
public IllegalWriteException(String s)
s
- The detailed error messagepublic IllegalWriteException(String s, Exception e)
s
- The detailed error messagee
- The embedded exceptionCopyright © 2018 Oracle. All rights reserved.