FileDocCategorySizeDatePackage
NoSuchProviderException.javaAPI DocJavaMail 1.4.32492Tue Nov 17 10:38:12 GMT 2009javax.mail

NoSuchProviderException

public class NoSuchProviderException extends MessagingException
This exception is thrown when Session attempts to instantiate a Provider that doesn't exist.
author
Max Spivak

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public NoSuchProviderException()
Constructor.

    
          
      
	super();
    
public NoSuchProviderException(String message)
Constructor.

param
message The detailed error message

	super(message);
    
Methods Summary