org.glite.data.catalog.service
Class CatalogException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.glite.data.catalog.service.CatalogException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthorizationException, ExistsException, InternalException, InvalidArgumentException, NotExistsException

public class CatalogException
extends java.lang.Exception

Base class for exceptions in the catalogs. This exception is also thrown if the error cannot be classified as a more specific one, for example the database connection is lost.

See Also:
Serialized Form

Constructor Summary
CatalogException()
           
CatalogException(java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

CatalogException

public CatalogException()

CatalogException

public CatalogException(java.lang.String message)
Method Detail

getMessage

public java.lang.String getMessage()


Copyright © 2004 EU-EGEE