org.apache.oodt.cas.workflow.structs.exceptions
Class EngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.