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