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