edu.isi.pegasus.planner.catalog.work
Class WorkCatalogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.isi.pegasus.planner.catalog.CatalogException
                  extended by edu.isi.pegasus.planner.catalog.work.WorkCatalogException
All Implemented Interfaces:
Serializable

public class WorkCatalogException
extends CatalogException

Class to notify of failures. Exceptions are chained like the SQLException interface.

Author:
Jens-S. Vöckler, Karan Vahi
See Also:
org.griphyn.common.catalog.ReplicaCatalog, Serialized Form

Constructor Summary
WorkCatalogException()
           
WorkCatalogException(String s)
          Constructs a WorkCatalogException with the specified detailed message.
WorkCatalogException(String s, Throwable cause)
          Constructs a WorkCatalogException with the specified detailed message and a cause.
WorkCatalogException(Throwable cause)
          Constructs a WorkCatalogException with the specified just a cause.
 
Method Summary
 
Methods inherited from class edu.isi.pegasus.planner.catalog.CatalogException
getNextException, setNextException
 
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

WorkCatalogException

public WorkCatalogException()

WorkCatalogException

public WorkCatalogException(String s)
Constructs a WorkCatalogException with the specified detailed message.

Parameters:
s - is the detailled message.

WorkCatalogException

public WorkCatalogException(String s,
                            Throwable cause)
Constructs a WorkCatalogException with the specified detailed message and a cause.

Parameters:
s - is the detailled message.
cause - is the cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown.

WorkCatalogException

public WorkCatalogException(Throwable cause)
Constructs a WorkCatalogException with the specified just a cause.

Parameters:
cause - is the cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown.


Copyright © 2011 The University of Southern California. All Rights Reserved.