com.sun.j2ee.blueprints.petstore.control
Class EStoreEventException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.j2ee.blueprints.petstore.control.EStoreEventException
Direct Known Subclasses:
DuplicateAccountException, LoginFailedException

public class EStoreEventException
extends java.lang.Exception
implements java.io.Serializable

This exception is the base class for all the event exceptions.

See Also:
Serialized Form

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

EStoreEventException

public EStoreEventException()

EStoreEventException

public EStoreEventException(java.lang.String str)


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.