public class MethodNotSupportedException extends MessagingException
Constructor and Description |
---|
MethodNotSupportedException()
Constructs a MethodNotSupportedException with no detail message.
|
MethodNotSupportedException(java.lang.String s)
Constructs a MethodNotSupportedException with the specified detail message.
|
getCause, getNextException, setNextException, toString
public MethodNotSupportedException()
public MethodNotSupportedException(java.lang.String s)
s
- the detail messageCopyright © 2012 Oracle. All Rights Reserved.