Package javax.mail
Class NoSuchProviderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.mail.MessagingException
-
- javax.mail.NoSuchProviderException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchProviderException extends MessagingException
An exception thrown on an attempt to instantiate a provider that doesn't exist.- Version:
- 1.4
- Author:
- Chris Burdess
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchProviderException()
NoSuchProviderException(java.lang.String message)
-
Method Summary
-
Methods inherited from class javax.mail.MessagingException
getMessage, getNextException, printStackTrace, printStackTrace, setNextException
-
-