javax.mail
Class NoSuchProviderException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           javax.mail.MessagingException
javax.mail.MessagingException
               javax.mail.NoSuchProviderException
javax.mail.NoSuchProviderException
- All Implemented Interfaces: 
- Serializable
- public class NoSuchProviderException 
- extends MessagingException
This exception is thrown when Session attempts to instantiate a  
 Provider that doesn't exist.
- Author:
- Max Spivak
- See Also:
- Serialized Form
 
 
 
 
 
NoSuchProviderException
public NoSuchProviderException()
- Constructor.
 
NoSuchProviderException
public NoSuchProviderException(String message)
- Constructor.
 
- Parameters:
- message- The detailed error message
 
Submit a bug or feature Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.