org.jboss.errai.security.shared.exception
Class AlreadyLoggedInException
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.AlreadyLoggedInException
- All Implemented Interfaces:
- Serializable
@Portable
public class AlreadyLoggedInException
- extends AuthenticationException
Thrown when authentication is attempted while a user is currently logged in.
- 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 |
AlreadyLoggedInException
public AlreadyLoggedInException()
AlreadyLoggedInException
public AlreadyLoggedInException(String message)
AlreadyLoggedInException
public AlreadyLoggedInException(String message,
Throwable throwable)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.