Errai 3.0.1-SNAPSHOT

org.jboss.errai.security.shared.exception
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.errai.security.shared.exception.SecurityException
                  extended by org.jboss.errai.security.shared.exception.AuthenticationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyLoggedInException, FailedAuthenticationException

@Portable
public class AuthenticationException
extends SecurityException

Super-type of all Exceptions thrown during authentication.

Author:
Max Barkley
See Also:
Serialized Form

Constructor Summary
AuthenticationException()
           
AuthenticationException(String message)
           
AuthenticationException(String message, Throwable throwable)
           
 
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()

AuthenticationException

public AuthenticationException(String message)

AuthenticationException

public AuthenticationException(String message,
                               Throwable throwable)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.