edu.isi.pegasus.planner.catalog.replica
Class ReplicaCatalogException

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.replica.ReplicaCatalogException
All Implemented Interfaces:
Serializable

public class ReplicaCatalogException
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
ReplicaCatalogException()
           
ReplicaCatalogException(String s)
          Constructs a ReplicaCatalogException with the specified detailed message.
ReplicaCatalogException(String s, Throwable cause)
          Constructs a ReplicaCatalogException with the specified detailed message and a cause.
ReplicaCatalogException(Throwable cause)
          Constructs a ReplicaCatalogException 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

ReplicaCatalogException

public ReplicaCatalogException()

ReplicaCatalogException

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

Parameters:
s - is the detailled message.

ReplicaCatalogException

public ReplicaCatalogException(String s,
                               Throwable cause)
Constructs a ReplicaCatalogException 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.

ReplicaCatalogException

public ReplicaCatalogException(Throwable cause)
Constructs a ReplicaCatalogException 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.