org.outerj.xreporter.authorisation
Class AuthorisationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.outerj.xreporter.authorisation.AuthorisationException
All Implemented Interfaces:
java.io.Serializable

public class AuthorisationException
extends java.lang.Exception

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.

See Also:
Serialized Form

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

AuthorisationException

public AuthorisationException(java.lang.String message)

AuthorisationException

public AuthorisationException(java.lang.String message,
                              java.lang.Exception e)