|
||||||||||
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
to.etc.domui.trouble.NotLoggedInException
public class NotLoggedInException
Thrown when access control is specified on a page but the user is not logged in.
Constructor Summary | |
---|---|
NotLoggedInException(java.lang.String url)
|
Method Summary | |
---|---|
static NotLoggedInException |
create(IRequestContext ctx,
Page page)
Create the proper exception type to return back to the specified page after login. |
java.lang.String |
getURL()
|
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 NotLoggedInException(java.lang.String url)
Method Detail |
---|
public java.lang.String getURL()
public static NotLoggedInException create(IRequestContext ctx, Page page)
ctx
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |