Package org.nuxeo.ecm.core.persistence
Class PersistenceError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.nuxeo.ecm.core.persistence.PersistenceError
-
- All Implemented Interfaces:
Serializable
public class PersistenceError extends Error
- Author:
- Stephane Lacoin [aka matic]
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description PersistenceError(String message)
protected
PersistenceError(String message, Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PersistenceError
wrap(String message, Throwable cause)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-