IllegalWriteExceptionpublic class IllegalWriteException extends MessagingException The exception thrown when a write is attempted on a read-only attribute
of any Messaging object. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public IllegalWriteException()Constructs a IllegalWriteException with no detail message.
super();
| public IllegalWriteException(String s)Constructs a IllegalWriteException with the specified detail message.
super(s);
|
|