edu.isi.pegasus.planner.catalog.site
Class SiteCatalogException

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.site.SiteCatalogException
All Implemented Interfaces:
Serializable

public class SiteCatalogException
extends CatalogException

Class to notify of failures. Exceptions are chained like the SQLException interface.

Author:
Jens-S. Vöckler, Karan Vahi
See Also:
SiteCatalog, Serialized Form

Constructor Summary
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.
 
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

SiteCatalogException

public SiteCatalogException()
Constructs a SiteCatalogException with no detail message.


SiteCatalogException

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

Parameters:
s - is the detailled message.

SiteCatalogException

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

SiteCatalogException

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