com.sun.j2ee.blueprints.shoppingcart.catalog.model
Class CatalogDAOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.j2ee.blueprints.shoppingcart.catalog.model.CatalogDAOException

public class CatalogDAOException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CatalogDAOException()
           
CatalogDAOException(java.lang.String str)
           
 
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

CatalogDAOException

public CatalogDAOException(java.lang.String str)

CatalogDAOException

public CatalogDAOException()


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.