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