public class WorkCatalogException extends CatalogException
SQLException interface.org.griphyn.common.catalog.ReplicaCatalog,
Serialized Form| Constructor and Description |
|---|
WorkCatalogException() |
WorkCatalogException(java.lang.String s)
Constructs a
WorkCatalogException with the
specified detailed message. |
WorkCatalogException(java.lang.String s,
java.lang.Throwable cause)
Constructs a
WorkCatalogException with the
specified detailed message and a cause. |
WorkCatalogException(java.lang.Throwable cause)
Constructs a
WorkCatalogException with the
specified just a cause. |
getNextException, setNextExceptionpublic WorkCatalogException()
public WorkCatalogException(java.lang.String s)
WorkCatalogException with the
specified detailed message.s - is the detailled message.public WorkCatalogException(java.lang.String s,
java.lang.Throwable cause)
WorkCatalogException 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 WorkCatalogException(java.lang.Throwable cause)
WorkCatalogException 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.