Class BadUserRequestException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MigrationPlanValidationException, NotAllowedException, NotFoundException, NotValidException

public class BadUserRequestException extends ProcessEngineException

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:
  • Constructor Details

    • BadUserRequestException

      public BadUserRequestException()
    • BadUserRequestException

      public BadUserRequestException(String message, Throwable cause)
    • BadUserRequestException

      public BadUserRequestException(String message)
    • BadUserRequestException

      public BadUserRequestException(Throwable cause)