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