dk.netarkivet.common.exceptions
Class PermissionDenied

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dk.netarkivet.common.exceptions.NetarkivetException
                  extended by dk.netarkivet.common.exceptions.PermissionDenied
All Implemented Interfaces:
java.io.Serializable

public class PermissionDenied
extends NetarkivetException

Access was denied to a resource or credentials were invalid.

See Also:
Serialized Form

Constructor Summary
PermissionDenied(java.lang.String message)
          Constructs new PermissionDenied with the specified detail message.
PermissionDenied(java.lang.String message, java.lang.Throwable cause)
          Constructs new PermissionDenied with the specified detail message and cause.
 
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

PermissionDenied

public PermissionDenied(java.lang.String message)
Constructs new PermissionDenied with the specified detail message.

Parameters:
message - The detail message

PermissionDenied

public PermissionDenied(java.lang.String message,
                        java.lang.Throwable cause)
Constructs new PermissionDenied with the specified detail message and cause.

Parameters:
message - The detail message
cause - The cause