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

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

public class LoginFailedException
extends EStoreEventException
implements java.io.Serializable

This exception is thrown when a user fails to propperly log into the application.

See Also:
Serialized Form

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

LoginFailedException

public LoginFailedException()


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.