public class RecursionLimitException extends CmmnException
An exception which is thrown when the plan item trigger recursion limit is reached. The limit (number of recursions) is a configurable custom property on the Case plan model.
| Constructor and Description |
|---|
RecursionLimitException(String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAlwaysPropagate() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RecursionLimitException(String s)
public boolean isAlwaysPropagate()
isAlwaysPropagate in class CmmnExceptiontrue to indicate that this exception is always to be propagated. By returning false,
you can indicate to client code that the exception may be treated in a best effort way (i.e. only be logged and not
necessarily be re-thrown).Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.