issrg.gt4.util
Class AuthzException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by issrg.gt4.util.AuthzException
All Implemented Interfaces:
java.io.Serializable

public class AuthzException
extends java.lang.Exception

Author:
ls97
See Also:
Serialized Form

Constructor Summary
AuthzException()
          Creates a new instance of AuthZException
AuthzException(java.lang.String message)
           
 
Method Summary
 
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

AuthzException

public AuthzException()
Creates a new instance of AuthZException


AuthzException

public AuthzException(java.lang.String message)