public class MessageException extends WSException
Constructor and Description |
---|
MessageException()
Constructor.
|
MessageException(Exception wrappedException)
Constructor.
|
MessageException(String message)
Constructor.
|
MessageException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MessageException()
public MessageException(String message)
message
- exception messagepublic MessageException(Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 2018 JBoss by Red Hat. All rights reserved.