org.exist.security
Class PermissionDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exist.security.PermissionDeniedException
All Implemented Interfaces:
Serializable

public class PermissionDeniedException
extends Exception

Description of the Class

Since:
24. Juni 2002
Author:
Wolfgang Meier
See Also:
Serialized Form

Constructor Summary
PermissionDeniedException()
          Constructor for the PermissionDeniedException object
PermissionDeniedException(String message)
          Constructor for the PermissionDeniedException object
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermissionDeniedException

public PermissionDeniedException()
Constructor for the PermissionDeniedException object


PermissionDeniedException

public PermissionDeniedException(String message)
Constructor for the PermissionDeniedException object

Parameters:
message - Description of the Parameter


Copyright (C) Wolfgang Meier. All rights reserved.