org.apache.oodt.cas.workflow.structs.exceptions
Class RepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.oodt.cas.workflow.structs.exceptions.RepositoryException
- All Implemented Interfaces:
- Serializable
public class RepositoryException
- extends Exception
- Version:
- $Revision$
An exception thrown by the workflow repository.
- Author:
- mattmann
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RepositoryException
public RepositoryException()
RepositoryException
public RepositoryException(String arg0)
- Parameters:
arg0
-
RepositoryException
public RepositoryException(String arg0,
Throwable arg1)
- Parameters:
arg0
- arg1
-
RepositoryException
public RepositoryException(Throwable arg0)
- Parameters:
arg0
-
Copyright © 1999-2011 Apache OODT. All Rights Reserved.