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:
- java.io.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 |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalOperationException
public IllegalOperationException(org.eclipse.stardust.common.error.ErrorCase errorCase,
java.lang.Throwable e)
IllegalOperationException
public IllegalOperationException(java.lang.String message,
java.lang.Throwable e)
- Deprecated.
IllegalOperationException
public IllegalOperationException(java.lang.String message)
- Deprecated.
IllegalOperationException
public IllegalOperationException(org.eclipse.stardust.common.error.ErrorCase errorCase)
Copyright © 2014 SunGard CSA LLC. All Rights Reserved.