public class

NoSuchProviderException

extends MessagingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.code.javax.mail.MessagingException
         ↳ com.google.code.javax.mail.NoSuchProviderException

Class Overview

This exception is thrown when Session attempts to instantiate a Provider that doesn't exist.

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.javax.mail.MessagingException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class com.google.code.javax.mail.MessagingException
From class java.lang.Throwable
Public Constructors
NoSuchProviderException()
Constructor.
NoSuchProviderException(String message)
Constructor.
[Expand]
Inherited Methods
From class com.google.code.javax.mail.MessagingException
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 8058319293154708827 (0x6fd4e6b3cb29cd5b)

Public Constructors

public NoSuchProviderException ()

Constructor.

public NoSuchProviderException (String message)

Constructor.

Parameters
message The detailed error message