org.figure8.join.services.security
Class InvalidLoginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.figure8.join.services.security.InvalidLoginException
All Implemented Interfaces:
java.io.Serializable

public class InvalidLoginException
extends java.lang.Exception

Customization of Exception that is thrown when a user cannot login onto Join application. The reasons may be : unknow user or invalid credentials.

Version:
$Revision: 1.2 $
Author:
Laurent Broudoux
See Also:
Serialized Form

Constructor Summary
InvalidLoginException(java.lang.String msg)
          Creates a new instance of InvalidLoginException.
InvalidLoginException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new instance of InvalidLoginException.
InvalidLoginException(java.lang.Throwable cause)
          Creates a new instance of InvalidLoginException.
 
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

InvalidLoginException

public InvalidLoginException(java.lang.String msg)
Creates a new instance of InvalidLoginException.

Parameters:
msg - Message for this exception

InvalidLoginException

public InvalidLoginException(java.lang.Throwable cause)
Creates a new instance of InvalidLoginException.

Parameters:
cause - Root throwable for this exception

InvalidLoginException

public InvalidLoginException(java.lang.String msg,
                             java.lang.Throwable cause)
Creates a new instance of InvalidLoginException.

Parameters:
msg - Message for this exception
cause - Root throwable for this exception


Copyright © 2005-2008 Join. All Rights Reserved.