|
||||||||||
| 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.wicket.WicketRuntimeException
org.apache.wicket.authorization.AuthorizationException
org.apache.wicket.authorization.UnauthorizedActionException
public class UnauthorizedActionException
Exception that is thrown when an action is not authorized.
| Constructor Summary | |
|---|---|
UnauthorizedActionException(Component component,
Action action)
Construct. |
|
| Method Summary | |
|---|---|
Action |
getAction()
|
Component |
getComponent()
|
| 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 UnauthorizedActionException(Component component,
Action action)
component - The component that caused the unauthorized exceptionaction - The action| Method Detail |
|---|
public Action getAction()
public Component getComponent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||