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, toString
private static final long serialVersionUID
public UnmarshallingException()
public UnmarshallingException(String message)
message
- exception messagepublic UnmarshallingException(Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 1999-2014. All Rights Reserved.