Class CaseIllegalStateTransitionException

All Implemented Interfaces:
Serializable

public class CaseIllegalStateTransitionException extends CaseException

This is exception is thrown when a state transition on a case execution is not possible. For example: an 'enabled' case execution cannot be completed.

Author:
Roman Smirnov
See Also:
  • Constructor Details

    • CaseIllegalStateTransitionException

      public CaseIllegalStateTransitionException()
    • CaseIllegalStateTransitionException

      public CaseIllegalStateTransitionException(String message, Throwable cause)
    • CaseIllegalStateTransitionException

      public CaseIllegalStateTransitionException(String message)
    • CaseIllegalStateTransitionException

      public CaseIllegalStateTransitionException(Throwable cause)