Class LoginException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wicketstuff.security.authentication.LoginException
All Implemented Interfaces:
Serializable

public class LoginException extends Exception
Thrown when an exception arrises during the login.
Author:
marrink
See Also:
  • Constructor Details

    • LoginException

      public LoginException()
    • LoginException

      public LoginException(String message)
      Parameters:
      message -
    • LoginException

      public LoginException(Throwable cause)
      Parameters:
      cause -
    • LoginException

      public LoginException(String message, Throwable cause)
      Parameters:
      message -
      cause -
  • Method Details

    • getLoginContext

      public Object getLoginContext()
      The login context that cause the exception.
      Returns:
      login context
    • setLoginContext

      public LoginException setLoginContext(Object loginContext)
      Set the login context that caused the problem.
      Parameters:
      loginContext -
      Returns:
      this exception