public class CompensatingActionException
extends org.alfresco.error.AlfrescoRuntimeException
| Constructor and Description |
|---|
CompensatingActionException(String msgId) |
CompensatingActionException(String msgId,
Object[] msgParams) |
CompensatingActionException(String msgId,
Object[] msgParams,
Throwable cause) |
CompensatingActionException(String msgId,
Throwable cause) |
CompensatingActionException(String msgId,
Throwable cause,
List<AbstractScheduledAction.Pair<Action,org.alfresco.service.cmr.repository.NodeRef>> compensatingActions) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractScheduledAction.Pair<Action,org.alfresco.service.cmr.repository.NodeRef>> |
getCompensatingActions()
Get the compensationg actions
|
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompensatingActionException(String msgId)
msgId - Stringpublic CompensatingActionException(String msgId, Throwable cause, List<AbstractScheduledAction.Pair<Action,org.alfresco.service.cmr.repository.NodeRef>> compensatingActions)
msgId - Stringcause - Throwablepublic CompensatingActionException(String msgId, Object[] msgParams)
msgId - StringmsgParams - Object[]public CompensatingActionException(String msgId, Throwable cause)
msgId - Stringcause - Throwablepublic List<AbstractScheduledAction.Pair<Action,org.alfresco.service.cmr.repository.NodeRef>> getCompensatingActions()
Copyright © 2005–2018 Alfresco Software. All rights reserved.