Package org.nuxeo.ecm.core.api
Class DocumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.ecm.core.api.DocumentException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class DocumentException extends RuntimeException
Deprecated.since 7.4Deprecated and unused in Nuxeo, see NXP-17446.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentException()
Deprecated.DocumentException(String message)
Deprecated.DocumentException(String message, Throwable cause)
Deprecated.DocumentException(Throwable cause)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-