Package org.camunda.bpm.engine
Class BadUserRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
org.camunda.bpm.engine.BadUserRequestException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MigrationPlanValidationException
,NotAllowedException
,NotFoundException
,NotValidException
Exception resulting from a bad user request. A bad user request is an interaction where the user requests some non-existing state or attempts to perform an illegal action on some entity.
Examples:
- cancelling a non-existing process instance
- triggering a suspended execution...
- Author:
- Sebastian Menski
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.ProcessEngineException
code
-
Constructor Summary
ConstructorDescriptionBadUserRequestException
(String message) BadUserRequestException
(String message, Throwable cause) BadUserRequestException
(Throwable cause) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.ProcessEngineException
getCode, setCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadUserRequestException
public BadUserRequestException() -
BadUserRequestException
-
BadUserRequestException
-
BadUserRequestException
-