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