|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bradmcevoy.http.exceptions.MiltonException
com.bradmcevoy.http.exceptions.NotAuthorizedException
public class NotAuthorizedException
Indicates that the current user is not able to perform the requested operation This should not normally be used. Instead, a resource should determine if a user can perform an operation in its authorised method However, this exception allows for cases where the authorised status can only be determined during processing
| Constructor Summary | |
|---|---|
NotAuthorizedException(Resource r)
|
|
| Method Summary |
|---|
| Methods inherited from class com.bradmcevoy.http.exceptions.MiltonException |
|---|
getResource |
| 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 NotAuthorizedException(Resource r)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||