org.jboss.errai.security.shared.exception
Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.errai.security.shared.exception.SecurityException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthenticationException
public AuthenticationException()
AuthenticationException
public AuthenticationException(String message)
AuthenticationException
public AuthenticationException(String message,
Throwable throwable)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.