public class IllegalWriteException extends MessagingException
Constructor and Description |
---|
IllegalWriteException()
Constructs a IllegalWriteException with no detail message.
|
IllegalWriteException(java.lang.String s)
Constructs a IllegalWriteException with the specified detail message.
|
getCause, getNextException, setNextException, toString
public IllegalWriteException()
public IllegalWriteException(java.lang.String s)
s
- the detail messageCopyright © 2012 Oracle. All Rights Reserved.