FileDocCategorySizeDatePackage
NoSuchProviderException.javaAPI DocGlassfish v2 API2549Mon May 14 15:28:48 BST 2007javax.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