Class DocumentRouteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuxeo.ecm.core.api.NuxeoException
org.nuxeo.ecm.platform.routing.api.exception.DocumentRouteException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DocumentRouteAlredayLockedException
,DocumentRouteNotLockedException
Basic document routing exception.
- Since:
- 5.6
- See Also:
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
Constructor Summary
ConstructorDescriptionDocumentRouteException
(String message) DocumentRouteException
(String message, Throwable cause) DocumentRouteException
(Throwable cause) -
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 Details
-
DocumentRouteException
public DocumentRouteException() -
DocumentRouteException
-
DocumentRouteException
-
DocumentRouteException
-