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