Last update: 2011-06-23

org.proteios.core.authentication
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.proteios.core.authentication.AuthenticationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPasswordException, UnknownLoginException

public class AuthenticationException
extends Exception

This exception can be thrown when an error occurs during the authentication.

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
AuthenticationException(String msg)
          Create a new AuthenticationException object
AuthenticationException(Throwable cause)
          Create a new AuthenticationException 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

AuthenticationException

public AuthenticationException(String msg)
Create a new AuthenticationException object

Parameters:
msg - The error message

AuthenticationException

public AuthenticationException(Throwable cause)
Create a new AuthenticationException object

Parameters:
cause - Another exception which is the cause of the error

Last update: 2011-06-23