Package org.nuxeo.ecm.core.io.registry
Class MarshallingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.ecm.core.api.NuxeoException
-
- org.nuxeo.ecm.core.io.registry.MarshallingException
-
- All Implemented Interfaces:
Serializable
public class MarshallingException extends NuxeoException
Exception thrown by theMarshallerRegistry
and allMarshaller
s.- Since:
- 7.2
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
-
Constructor Summary
Constructors Constructor Description MarshallingException()
MarshallingException(String message)
MarshallingException(String message, int statusCode)
MarshallingException(String message, Throwable cause)
MarshallingException(String message, Throwable cause, int statusCode)
MarshallingException(Throwable cause)
MarshallingException(Throwable cause, int statusCode)
-
Method Summary
-
Methods inherited from class org.nuxeo.ecm.core.api.NuxeoException
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MarshallingException
public MarshallingException()
-
MarshallingException
public MarshallingException(String message)
-
MarshallingException
public MarshallingException(String message, int statusCode)
- Since:
- 2021.14
-
MarshallingException
public MarshallingException(String message, Throwable cause, int statusCode)
- Since:
- 2021.14
-
MarshallingException
public MarshallingException(Throwable cause)
-
MarshallingException
public MarshallingException(Throwable cause, int statusCode)
- Since:
- 2021.14
-
-