Name

javax.mail.MethodNotSupportedException — Methods that are not supported by a particular implementation should throw this exception.

Synopsis

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

Hierarchy

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

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.