Last update: 2011-06-23

org.proteios.core.authentication
Class UnknownLoginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.proteios.core.authentication.AuthenticationException
              extended by org.proteios.core.authentication.UnknownLoginException
All Implemented Interfaces:
Serializable

public class UnknownLoginException
extends AuthenticationException

This exception can be thrown when the login is unknown to the authentication server.

Version:
2.0
Author:
Nicklas
See Also:
Serialized Form
Last modified
$Date: 2009-04-09 08:48:11 +0200 (Thu, 09 Apr 2009) $

Constructor Summary
UnknownLoginException(String login)
          Create a new UnknownLoginException object
UnknownLoginException(String login, String msg)
          Create a new UnknownLoginException object
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownLoginException

public UnknownLoginException(String login)
Create a new UnknownLoginException object

Parameters:
login - The login name that is unknown

UnknownLoginException

public UnknownLoginException(String login,
                             String msg)
Create a new UnknownLoginException object

Parameters:
login - The login name that is unknown
msg - An error message with more information

Last update: 2011-06-23