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

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

public class InstanceRepositoryException
extends Exception

Version:
$Revision$

An exception thrown by the WorkflowInstanceRepository

.
Author:
mattmann
See Also:
Serialized Form

Constructor Summary
InstanceRepositoryException()
           
InstanceRepositoryException(String arg0)
           
InstanceRepositoryException(String arg0, Throwable arg1)
           
InstanceRepositoryException(Throwable arg0)
           
 
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

InstanceRepositoryException

public InstanceRepositoryException()

InstanceRepositoryException

public InstanceRepositoryException(String arg0)
Parameters:
arg0 -

InstanceRepositoryException

public InstanceRepositoryException(Throwable arg0)
Parameters:
arg0 -

InstanceRepositoryException

public InstanceRepositoryException(String arg0,
                                   Throwable arg1)
Parameters:
arg0 -
arg1 -


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