Class MarshallingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.quantummaid.httpmaid.marshalling.MarshallingException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResponseContentTypeCouldNotBeDeterminedException,UnsupportedContentTypeException
public class MarshallingException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarshallingException(String message)MarshallingException(String message, Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MarshallingExceptionmarshallingException(Throwable cause)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
marshallingException
public static MarshallingException marshallingException(Throwable cause)
-
-