edu.isi.pegasus.planner.catalog.site
public class SiteCatalogException extends CatalogException
SQLException
interface.SiteCatalog
,
Serialized FormConstructor and Description |
---|
SiteCatalogException()
Constructs a
SiteCatalogException with no detail
message. |
SiteCatalogException(String s)
Constructs a
SiteCatalogException with the
specified detailed message. |
SiteCatalogException(String s,
Throwable cause)
Constructs a
SiteCatalogException with the
specified detailed message and a cause. |
SiteCatalogException(Throwable cause)
Constructs a
SiteCatalogException with the
specified just a cause. |
getNextException, setNextException
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SiteCatalogException()
SiteCatalogException
with no detail
message.public SiteCatalogException(String s)
SiteCatalogException
with the
specified detailed message.s
- is the detailled message.public SiteCatalogException(String s, Throwable cause)
SiteCatalogException
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 SiteCatalogException(Throwable cause)
SiteCatalogException
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.