⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
javax.mail

Class NoSuchProviderException

Exception
|
+--javax.mail.MessagingException
   |
   +--javax.mail.NoSuchProviderException


public class NoSuchProviderException
extends MessagingException

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

Constructor Summary

NoSuchProviderException()

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

NoSuchProviderException(String message)

Constructor Details

NoSuchProviderException

public NoSuchProviderException()

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

Author:

NoSuchProviderException

public NoSuchProviderException(String message)

Parameters:
message