public class MessageException extends WSException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| 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, toStringprivate static final long serialVersionUID
public MessageException()
public MessageException(String message)
message - exception messagepublic MessageException(Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 1999-2015. All Rights Reserved.