JavaTM Platform, Enterprise Edition, v 5.0
javax.mail
Class NoSuchProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
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
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|