org.eclipse.stardust.engine.api.runtime
Class IllegalOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.stardust.common.error.ApplicationException
                  extended by org.eclipse.stardust.common.error.PublicException
                      extended by 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

Constructor Summary
IllegalOperationException(org.eclipse.stardust.common.error.ErrorCase errorCase)
           
IllegalOperationException(org.eclipse.stardust.common.error.ErrorCase errorCase, Throwable e)
           
IllegalOperationException(String message)
          Deprecated.  
IllegalOperationException(String message, Throwable e)
          Deprecated.  
 
Method Summary
 
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
 

Constructor Detail

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.