org.eclipse.stardust.engine.api.runtime
Class IllegalStateChangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.stardust.common.error.ApplicationException
org.eclipse.stardust.common.error.PublicException
org.eclipse.stardust.engine.api.runtime.IllegalStateChangeException
- All Implemented Interfaces:
- Serializable
public class IllegalStateChangeException
- extends org.eclipse.stardust.common.error.PublicException
Thrown when an activity instance is required to perform an illegal state change (i.e.
from completed to application).
- Version:
- $Revision$
- Author:
- ubirkemeyer
- See Also:
- Serialized Form
| Methods inherited from class org.eclipse.stardust.common.error.ApplicationException |
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundle |
IllegalStateChangeException
public IllegalStateChangeException(ActivityInstanceState target,
ActivityInstanceState source)
- Creates a new exception with the original and the requested state of the activity instance.
- Parameters:
target - the original state.source - the requested state.
IllegalStateChangeException
public IllegalStateChangeException(String aiStringRepresentation,
ActivityInstanceState target,
ActivityInstanceState source)
IllegalStateChangeException
public IllegalStateChangeException(String aiStringRepresentation,
ActivityInstanceState target,
ActivityInstanceState source,
ProcessInstanceState piState)
Copyright © 2017 Eclipse Stardust. All Rights Reserved.