OOP LoginManager Version 3.7

com.bentofw.login
Class NullPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bentofw.util.SimpleException
              extended by com.bentofw.login.NullPasswordException
All Implemented Interfaces:
java.io.Serializable

public class NullPasswordException
extends SimpleException

Thrown by LoginManager if the password parameter is null.

Author:
Jun Inamori
See Also:
Serialized Form

Constructor Summary
NullPasswordException()
          Some methods of LoginManager require the password parameter.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullPasswordException

public NullPasswordException()
Some methods of LoginManager require the password parameter. If it is null, this exception will be thrown.


OOP LoginManager Version 3.7

ALL CONTENTS COPYRIGHT 2006, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.