Serializablepublic class NoSuchProviderException extends MessagingException
| Constructor | Description |
|---|---|
NoSuchProviderException() |
Constructs a NoSuchProviderException with no detail message.
|
NoSuchProviderException(String message) |
Constructs a NoSuchProviderException with the specified
detail message.
|
NoSuchProviderException(String message,
Exception e) |
Constructs a NoSuchProviderException with the specified
detail message and embedded exception.
|
getCause, getNextException, setNextException, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic NoSuchProviderException()
public NoSuchProviderException(String message)
message - The detailed error messagepublic NoSuchProviderException(String message, Exception e)
message - The detailed error messagee - The embedded exceptionCopyright © 2018 Oracle. All rights reserved.