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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoSuchProviderException
public NoSuchProviderException()
- Constructor.
NoSuchProviderException
public NoSuchProviderException(String message)
- Constructor.
- Parameters:
message
- The detailed error message