|
||||||||||
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
ccc.web.rendering.AuthenticationRequiredException
@Deprecated public class AuthenticationRequiredException
An exception indicating that a user attempted to access a resource without sufficient privileges.
Constructor Summary | |
---|---|
AuthenticationRequiredException(java.lang.String r)
Deprecated. Constructor. |
Method Summary | |
---|---|
java.lang.String |
getTarget()
Deprecated. Accessor. |
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 AuthenticationRequiredException(java.lang.String r)
r
- The path to the resource that requires authentication.Method Detail |
---|
public java.lang.String getTarget()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |