public class NoSuchProviderException extends MessagingException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
NoSuchProviderException()
Constructs a NoSuchProviderException with no detail message.
|
NoSuchProviderException(java.lang.String message)
Constructs a NoSuchProviderException with the specified
detail message.
|
NoSuchProviderException(java.lang.String message,
java.lang.Exception e)
Constructs a NoSuchProviderException with the specified
detail message and embedded exception.
|
getCause, getNextException, setNextException, toStringprivate static final long serialVersionUID
public NoSuchProviderException()
public NoSuchProviderException(java.lang.String message)
message - The detailed error messagepublic NoSuchProviderException(java.lang.String message,
java.lang.Exception e)
message - The detailed error messagee - The embedded exception