public class UnmarshallingException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
UnmarshallingException()
Constructor.
|
UnmarshallingException(java.lang.Exception wrappedException)
Constructor.
|
UnmarshallingException(java.lang.String message)
Constructor.
|
UnmarshallingException(java.lang.String message,
java.lang.Exception wrappedException)
Constructor.
|
private static final long serialVersionUID
public UnmarshallingException()
public UnmarshallingException(@Nullable
java.lang.String message)
message - exception messagepublic UnmarshallingException(@Nullable
java.lang.Exception wrappedException)
wrappedException - exception to be wrapped by this onepublic UnmarshallingException(@Nullable
java.lang.String message,
@Nullable
java.lang.Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one