gov.nih.nci.caarray.services.exception
Class AccessDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.caarray.services.exception.AccessDeniedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InheritedAccessDeniedException, MissingSecuredElementIdException

public class AccessDeniedException
extends java.lang.Exception

Author:
TranP
See Also:
Serialized Form

Constructor Summary
AccessDeniedException()
          Creates a new default AccessDeniedException
AccessDeniedException(java.lang.String reason)
          Creates an AccessDeniedException with the specified 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

AccessDeniedException

public AccessDeniedException()
Creates a new default AccessDeniedException


AccessDeniedException

public AccessDeniedException(java.lang.String reason)
Creates an AccessDeniedException with the specified message. The message provided will be available via the Exception.getMessage() method.

Parameters:
reason - - The reason this exception was thrown.