|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.isi.pegasus.planner.catalog.CatalogException
edu.isi.pegasus.planner.catalog.replica.ReplicaCatalogException
public class ReplicaCatalogException
Class to notify of failures. Exceptions are chained like the
SQLException interface.
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 |
|---|
public ReplicaCatalogException()
public ReplicaCatalogException(String s)
ReplicaCatalogException with the
specified detailed message.
s - is the detailled message.
public ReplicaCatalogException(String s,
Throwable cause)
ReplicaCatalogException with the
specified detailed message and a cause.
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.public ReplicaCatalogException(Throwable cause)
ReplicaCatalogException with the
specified just a cause.
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||