public class IllegalWriteException extends MessagingException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| 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, toStringprivate static final long serialVersionUID
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 exception