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, makeRuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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–2017 Alfresco Software. All rights reserved.