@PublicApi public class MarshallingException extends RuntimeException
| Constructor and Description |
|---|
MarshallingException(String message)
Creates an instance with the supplied message.
|
MarshallingException(String message,
Throwable cause)
Creates an instance with the supplied message and causing
Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MarshallingException(String message)
message - message for the reasonCopyright © 2021 Atlassian. All rights reserved.