public class IllegalWriteException extends MessagingException
Constructor and 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, toString
public 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 © 2010 - 2020 Adobe. All Rights Reserved