org.glite.ce.commonj.axis.handlers
Class AuthZConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.glite.ce.commonj.axis.handlers.AuthZConfigException
All Implemented Interfaces:
java.io.Serializable

public class AuthZConfigException
extends java.lang.Exception

This class represents a generic authorization exception

See Also:
Serialized Form

Constructor Summary
AuthZConfigException(java.lang.String msg)
          Constructor for the authorization exception
AuthZConfigException(java.lang.String msg, java.lang.Throwable th)
          Constructor for the authorization exception encapsulating a generic throwable object.
AuthZConfigException(java.lang.Throwable th)
          Constructor for the authorization exception encapsulating a generic throwable object.
 
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

AuthZConfigException

public AuthZConfigException(java.lang.String msg)
Constructor for the authorization exception

Parameters:
msg - the description of the exception

AuthZConfigException

public AuthZConfigException(java.lang.Throwable th)
Constructor for the authorization exception encapsulating a generic throwable object.

Parameters:
th - a throwable object.

AuthZConfigException

public AuthZConfigException(java.lang.String msg,
                            java.lang.Throwable th)
Constructor for the authorization exception encapsulating a generic throwable object.

Parameters:
msg - the description of the exception
th - a throwable object.