public class MethodNotSupportedException extends MessagingException
Constructor and Description |
---|
MethodNotSupportedException()
Constructs a MethodNotSupportedException with no detail message.
|
MethodNotSupportedException(String s)
Constructs a MethodNotSupportedException with the specified detail message.
|
getCause, getNextException, setNextException, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public MethodNotSupportedException()
public MethodNotSupportedException(String s)
s
- the detail messageCopyright © 2018 JBoss by Red Hat. All rights reserved.