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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.j2ee.blueprints.petstore.control.EStoreEventException
                    |
                    +--com.sun.j2ee.blueprints.petstore.control.DuplicateAccountException

public class DuplicateAccountException
extends EStoreEventException
implements java.io.Serializable

Helper class, a user-defined exception to enforce unique userid per user.

See Also:
Serialized Form

Constructor Summary
DuplicateAccountException(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

DuplicateAccountException

public DuplicateAccountException(java.lang.String str)


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.