Serializablepublic class MethodNotSupportedException extends MessagingException
| Constructor | Description |
|---|---|
MethodNotSupportedException() |
Constructs a MethodNotSupportedException with no detail message.
|
MethodNotSupportedException(String s) |
Constructs a MethodNotSupportedException with the specified
detail message.
|
MethodNotSupportedException(String s,
Exception e) |
Constructs a MethodNotSupportedException 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 MethodNotSupportedException()
public MethodNotSupportedException(String s)
s - The detailed error messagepublic MethodNotSupportedException(String s, Exception e)
s - The detailed error messagee - The embedded exceptionCopyright © 2018 Oracle. All rights reserved.