org.apache.lokahi.core.common.exception
Class AuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lokahi.core.common.exception.TMCException
              extended by org.apache.lokahi.core.common.exception.AuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class AuthorizationException
extends TMCException

Version:
$Id: AuthorizationException.java,v 1.1 2006/03/07 20:18:51 drtobes Exp $
Author:
Stephen Toback
See Also:
Serialized Form

Constructor Summary
AuthorizationException()
           
AuthorizationException(java.lang.String err)
           
 
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

AuthorizationException

public AuthorizationException()

AuthorizationException

public AuthorizationException(java.lang.String err)