org.eclipse.stardust.engine.api.runtime
Class IllegalOperationException
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.IllegalOperationException
- All Implemented Interfaces:
- Serializable
public class IllegalOperationException
- extends org.eclipse.stardust.common.error.PublicException
Thrown when an operation is illegal in the current context.
- Version:
- $Revision$
- Author:
- fherinean
- See Also:
- Serialized Form
| Methods inherited from class org.eclipse.stardust.common.error.ApplicationException |
getError, getInner, getLocalizedMessage, isLogged, setLogged, setResourceBundle |
IllegalOperationException
public IllegalOperationException(org.eclipse.stardust.common.error.ErrorCase errorCase,
Throwable e)
IllegalOperationException
public IllegalOperationException(String message,
Throwable e)
- Deprecated.
IllegalOperationException
public IllegalOperationException(String message)
- Deprecated.
IllegalOperationException
public IllegalOperationException(org.eclipse.stardust.common.error.ErrorCase errorCase)
Copyright © 2017 Eclipse Stardust. All Rights Reserved.