public class EAepRollbackError extends ERootRuntimeException
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.
Constructor and Description |
---|
EAepRollbackError(String message,
Throwable cause)
Construct using a linked exception
|
EAepRollbackError(Throwable cause)
Construct using a linked exception
|
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.