com.neeve.aep
Class EAepRollbackError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.neeve.root.ERootRuntimeException
com.neeve.aep.EAepRollbackError
- All Implemented Interfaces:
- Serializable
public class EAepRollbackError
- extends ERootRuntimeException
Exception used to wrap exception thrown during an application initiated rollback operation.
An EAepRollbackError thrown from an AepEngine rollback method indicates that there was an internal
or runtime error performing the rollback. In this case, application event handlers must allow the error
to be thrown back for the platform to handle because the application state may be in a corrupt state.
If the AepEngine can recover by rolling back the entire transaction, the error will be handled
according to the AepEngine.AppExceptionHandlingPolicy
, otherwise the engine will stop with the
EAepRollbackError.
- See Also:
- Serialized Form
EAepRollbackError
public EAepRollbackError(String message,
Throwable cause)
- Construct using a linked exception
EAepRollbackError
public EAepRollbackError(Throwable cause)
- Construct using a linked exception
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.