com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb
Class ProfileMgrDAOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb.ProfileMgrDAOException

public class ProfileMgrDAOException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ProfileMgrDAOException()
           
ProfileMgrDAOException(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

ProfileMgrDAOException

public ProfileMgrDAOException(java.lang.String str)

ProfileMgrDAOException

public ProfileMgrDAOException()


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.