|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.org.ogsadai.exception.DAIException
uk.org.ogsadai.activity.ActivityUserException
uk.org.ogsadai.activity.authorization.ActivityAuthorizationException
public class ActivityAuthorizationException
Raised if an authorization problem takes place during activity processing. This is an activity user exception as the error is caused by the user input rather than server configuration.
| Constructor Summary | |
|---|---|
ActivityAuthorizationException(AuthorizationException cause)
Create a new exception. |
|
| Method Summary |
|---|
| Methods inherited from class uk.org.ogsadai.exception.DAIException |
|---|
getErrorID, getExceptionID, getLocalizedMessage, getMessage, getParameters, hasChild, setErrorID, setParameters |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 ActivityAuthorizationException(AuthorizationException cause)
cause - the AuthorizationException that caused the
problem
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||