java.io.Serializablepublic class IllegalWriteException extends MessagingException
| Constructor | Description |
|---|---|
IllegalWriteException() |
Constructs an IllegalWriteException with no detail message.
|
IllegalWriteException(java.lang.String s) |
Constructs an IllegalWriteException with the specified
detail message.
|
IllegalWriteException(java.lang.String s,
java.lang.Exception e) |
Constructs an IllegalWriteException with the specified
detail message and embedded exception.
|
getCause, getNextException, setNextException, toStringpublic IllegalWriteException()
public IllegalWriteException(java.lang.String s)
s - The detailed error messagepublic IllegalWriteException(java.lang.String s,
java.lang.Exception e)
s - The detailed error messagee - The embedded exceptionCopyright © 2018 Oracle. All rights reserved.