org.camunda.bpm.engine.exception.cmmn
Class CaseIllegalStateTransitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.engine.ProcessEngineException
                  extended by org.camunda.bpm.engine.exception.cmmn.CaseException
                      extended by org.camunda.bpm.engine.exception.cmmn.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:
Serialized Form

Constructor Summary
CaseIllegalStateTransitionException()
           
CaseIllegalStateTransitionException(String message)
           
CaseIllegalStateTransitionException(String message, Throwable cause)
           
CaseIllegalStateTransitionException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CaseIllegalStateTransitionException

public CaseIllegalStateTransitionException()

CaseIllegalStateTransitionException

public CaseIllegalStateTransitionException(String message,
                                           Throwable cause)

CaseIllegalStateTransitionException

public CaseIllegalStateTransitionException(String message)

CaseIllegalStateTransitionException

public CaseIllegalStateTransitionException(Throwable cause)


Copyright © 2016 camunda services GmbH. All rights reserved.