net.sf.jguard.authorization
Class AuthorizationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.jguard.authorization.AuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class AuthorizationException
extends java.lang.Exception

Author:
Charles Gay
See Also:
Serialized Form

Constructor Summary
AuthorizationException()
          Constructor for DAOException.
AuthorizationException(java.lang.String message)
          Constructor for DAOException with error message.
AuthorizationException(java.lang.String message, java.lang.Throwable cause)
          Constructor for DAOException with error message and root Exception.
AuthorizationException(java.lang.Throwable cause)
          Constructor for DAOException with the root Exception.
 
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

AuthorizationException

public AuthorizationException()
Constructor for DAOException.


AuthorizationException

public AuthorizationException(java.lang.String message)
Constructor for DAOException with error message.

Parameters:
message - The custom error message

AuthorizationException

public AuthorizationException(java.lang.String message,
                              java.lang.Throwable cause)
Constructor for DAOException with error message and root Exception.

Parameters:
message - The custom error message
cause - The root exception

AuthorizationException

public AuthorizationException(java.lang.Throwable cause)
Constructor for DAOException with the root Exception.

Parameters:
cause - The root exception