org.jboss.errai.security.shared.exception
Class UnauthenticatedException
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.UnauthenticatedException
- All Implemented Interfaces:
- Serializable
@Portable
public class UnauthenticatedException
- extends SecurityException
Thrown when a user attempts access to a resource which requires
authentication while the user is unauthenticated.
- 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 |
UnauthenticatedException
public UnauthenticatedException()
UnauthenticatedException
public UnauthenticatedException(String message)
UnauthenticatedException
public UnauthenticatedException(String message,
Throwable cause)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.