|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.outerj.xreporter.authorisation.AuthorisationException
This exception can be thrown by AuthorisationManager methods when they have problems during the authorisation process. This exception should not be thrown when the authorisation fails because the user has no access rights, but when other problems occur such as SQLException's and the like.
Constructor Summary | |
AuthorisationException(java.lang.String message)
|
|
AuthorisationException(java.lang.String message,
java.lang.Exception e)
|
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 AuthorisationException(java.lang.String message)
public AuthorisationException(java.lang.String message, java.lang.Exception e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |