org.apache.oodt.cas.workflow.structs.exceptions
Class EngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oodt.cas.workflow.structs.exceptions.EngineException
All Implemented Interfaces:
Serializable

public class EngineException
extends Exception

Version:
$Revision$

An exception throw by the Workflow Engine.

Author:
mattmann
See Also:
Serialized Form

Constructor Summary
EngineException()
           
EngineException(String message)
           
EngineException(String message, Throwable cause)
           
EngineException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EngineException

public EngineException()

EngineException

public EngineException(String message)
Parameters:
message -

EngineException

public EngineException(Throwable cause)
Parameters:
cause -

EngineException

public EngineException(String message,
                       Throwable cause)
Parameters:
message -
cause -


Copyright © 1999-2011 Apache OODT. All Rights Reserved.