Uses of Class
org.camunda.bpm.engine.impl.util.ExceptionUtil.DEADLOCK_CODES
-
Packages that use ExceptionUtil.DEADLOCK_CODES Package Description org.camunda.bpm.engine.impl.util -
-
Uses of ExceptionUtil.DEADLOCK_CODES in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util that return ExceptionUtil.DEADLOCK_CODES Modifier and Type Method Description static ExceptionUtil.DEADLOCK_CODES
ExceptionUtil.DEADLOCK_CODES. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExceptionUtil.DEADLOCK_CODES[]
ExceptionUtil.DEADLOCK_CODES. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-