|
||||||||||
| 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.springframework.core.NestedRuntimeException
net.sf.springlayout.web.security.AccessDeniedException
public class AccessDeniedException
Runtime extension thrown when access is denied to a resource
| Constructor Summary | |
|---|---|
AccessDeniedException(java.lang.String msg)
Constructs an AccessDeniedException with the specified
message. |
|
AccessDeniedException(java.lang.String msg,
java.lang.Throwable t)
Constructs an AccessDeniedException with the specified
message and root cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
contains, getCause, getMessage, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AccessDeniedException(java.lang.String msg)
AccessDeniedException with the specified
message.
msg - the detail message
public AccessDeniedException(java.lang.String msg,
java.lang.Throwable t)
AccessDeniedException with the specified
message and root cause.
msg - the detail messaget - root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||