public class MarshallingException extends Exception
Constructor and Description |
---|
MarshallingException() |
MarshallingException(String message) |
MarshallingException(String message,
Throwable cause) |
MarshallingException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
MarshallingException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MarshallingException()
public MarshallingException(String message)
message
- public MarshallingException(Throwable cause)
cause
- public MarshallingException(String message, Throwable cause)
message
- cause
- Copyright © 2020. All Rights Reserved.