Name

javax.mail.IllegalWriteException — This exception is thrown when attempting to write to a read-only attribute of a java.mail object.

Synopsis

public class IllegalWriteException extends MessagingException {
    // Public Constructors
            public IllegalWriteException();
            public IllegalWriteException(java.lang.String s);
}

Hierarchy

java.lang.Object→java.lang.Throwable→java.lang.Exception→javax.mail.
MessagingException→javax.mail.IllegalWriteException

Get Programming Internet Email now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.