Package org.nuxeo.ecm.automation
Class TypeAdaptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.nuxeo.ecm.automation.OperationException
-
- org.nuxeo.ecm.automation.TypeAdaptException
-
- All Implemented Interfaces:
Serializable
public class TypeAdaptException extends OperationException
- Author:
- Anahide Tchertchian
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.automation.OperationException
rollback
-
-
Constructor Summary
Constructors Constructor Description TypeAdaptException(String message)
TypeAdaptException(String message, Throwable cause)
TypeAdaptException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.nuxeo.ecm.automation.OperationException
isRollback, setNoRollback
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-