public class UnmarshallingException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
UnmarshallingException()
Constructor.
|
UnmarshallingException(Exception wrappedException)
Constructor.
|
UnmarshallingException(String message)
Constructor.
|
UnmarshallingException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public UnmarshallingException()
public UnmarshallingException(@Nullable String message)
message - exception messagepublic UnmarshallingException(@Nullable Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 1999–2015. All rights reserved.