ajax.catalog
Class CatalogException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ajax.common.AjaxException
                    |
                    +--ajax.catalog.CatalogException
All Implemented Interfaces:
java.io.Serializable

public class CatalogException
extends AjaxException

CatalogException.java defines an exception that occurs in the catalog

See Also:
Serialized Form

Constructor Summary
CatalogException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatalogException

public CatalogException(java.lang.String s)