|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.ShiroException
org.apache.shiro.authz.AuthorizationException
org.apache.shiro.authz.UnauthorizedException
public class UnauthorizedException
Thrown to indicate a requested operation or access to a requested resource is not allowed.
| Constructor Summary | |
|---|---|
UnauthorizedException()
Creates a new UnauthorizedException. |
|
UnauthorizedException(String message)
Constructs a new UnauthorizedException. |
|
UnauthorizedException(String message,
Throwable cause)
Constructs a new UnauthorizedException. |
|
UnauthorizedException(Throwable cause)
Constructs a new UnauthorizedException. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnauthorizedException()
public UnauthorizedException(String message)
message - the reason for the exceptionpublic UnauthorizedException(Throwable cause)
cause - the underlying Throwable that caused this exception to be thrown.
public UnauthorizedException(String message,
Throwable cause)
message - the reason for the exceptioncause - the underlying Throwable that caused this exception to be thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||