org.jboss.errai.security.shared.exception
Class FailedAuthenticationException
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
org.jboss.errai.security.shared.exception.FailedAuthenticationException
- All Implemented Interfaces:
- Serializable
@Portable
public class FailedAuthenticationException
- extends AuthenticationException
Thrown when authentication fails from invalid credentials.
- 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 |
FailedAuthenticationException
public FailedAuthenticationException()
FailedAuthenticationException
public FailedAuthenticationException(String message)
FailedAuthenticationException
public FailedAuthenticationException(String message,
Throwable throwable)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.