Name

javax.mail.NoSuchProviderException — A javax.mail.Session object may throw this exception when trying to instantiate a nonexistent javax.mail.Provider.

Synopsis

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

Hierarchy

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

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.