org.apache.oodt.cas.filemgr.structs.exceptions
Class CatalogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException
All Implemented Interfaces:
Serializable

public class CatalogException
extends Exception

Version:
$Revision: 9683 $

A generic exception that occured when dealing with the Catalog.

Author:
mattmann
See Also:
Serialized Form

Constructor Summary
CatalogException()
          Default Constructor
CatalogException(String message)
           
 
Method Summary
 
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

CatalogException

public CatalogException()

Default Constructor


CatalogException

public CatalogException(String message)
Parameters:
message - The message for this exception.


Copyright © 1999-2011 Apache OODT. All Rights Reserved.