org.openamf.invoker
Class AccessDeniedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended byorg.openamf.invoker.AccessDeniedException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class AccessDeniedException
extends org.apache.commons.lang.exception.NestableException

Exception class for indicationg that a service may not be accessed.

Version:
$Revision: 1.4 $, $Date: 2003/08/09 16:59:22 $
Author:
Richard Kunze
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
AccessDeniedException()
           
AccessDeniedException(java.lang.String message)
           
AccessDeniedException(java.lang.String message, java.lang.Throwable cause)
           
AccessDeniedException(java.lang.Throwable cause)
           
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessDeniedException

public AccessDeniedException()

AccessDeniedException

public AccessDeniedException(java.lang.String message)

AccessDeniedException

public AccessDeniedException(java.lang.String message,
                             java.lang.Throwable cause)

AccessDeniedException

public AccessDeniedException(java.lang.Throwable cause)