it.dtt.ca.exception
Class AccessDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.dtt.ca.exception.CAException
              extended by it.dtt.ca.exception.AccessDeniedException
All Implemented Interfaces:
java.io.Serializable

public class AccessDeniedException
extends CAException

This exception is thrown whenever access to a certain CA functionality is denied. The reason may be for example because a certain resource is already allocated, or to preserve the security of the system.

See Also:
Serialized Form

Constructor Summary
AccessDeniedException()
          Constructs the exception.
AccessDeniedException(java.lang.String message)
          Construct the exception with a 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()
Constructs the exception.


AccessDeniedException

public AccessDeniedException(java.lang.String message)
Construct the exception with a message.

Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.