public class IllegalStateChangeException
extends org.eclipse.stardust.common.error.PublicException
| Constructor and Description |
|---|
IllegalStateChangeException(ActivityInstanceState target,
ActivityInstanceState source)
Creates a new exception with the original and the requested state of the activity instance.
|
IllegalStateChangeException(String aiStringRepresentation,
ActivityInstanceState target,
ActivityInstanceState source) |
IllegalStateChangeException(String aiStringRepresentation,
ActivityInstanceState target,
ActivityInstanceState source,
ProcessInstanceState piState) |
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundleaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalStateChangeException(ActivityInstanceState target, ActivityInstanceState source)
target - the original state.source - the requested state.public IllegalStateChangeException(String aiStringRepresentation, ActivityInstanceState target, ActivityInstanceState source)
public IllegalStateChangeException(String aiStringRepresentation, ActivityInstanceState target, ActivityInstanceState source, ProcessInstanceState piState)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.