public class MarshallingException extends Exception
| Constructor and Description |
|---|
MarshallingException()
Constructs an
MarshallingException with no detail message. |
MarshallingException(String s)
Constructs an
MarshallingException with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MarshallingException()
MarshallingException with no detail message.public MarshallingException(String s)
MarshallingException with the specified detail
message.s - the detail message.Copyright © 2015. All rights reserved.