com.iplanet.portalserver.auth.server
Class LoginException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iplanet.portalserver.auth.server.LoginException

public class LoginException
extends java.lang.Exception

Exception that is thrown when the user entered tokens fail the modules authentication.

See Also:
Serialized Form

Constructor Summary
LoginException()
           
LoginException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginException

public LoginException()

LoginException

public LoginException(java.lang.String message)