com.dtolabs.rundeck.core.storage
Class StorageAuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rundeck.storage.api.StorageException
                  extended by com.dtolabs.rundeck.core.storage.StorageAuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class StorageAuthorizationException
extends StorageException

StorageAuthorizationException indicates unauthorized request to the storage layer.

Since:
2014-03-25
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.rundeck.storage.api.StorageException
StorageException.Event
 
Constructor Summary
StorageAuthorizationException(StorageException.Event event, Path path)
           
StorageAuthorizationException(java.lang.String s, StorageException.Event event, Path path)
           
StorageAuthorizationException(java.lang.String s, java.lang.Throwable throwable, StorageException.Event event, Path path)
           
StorageAuthorizationException(java.lang.Throwable throwable, StorageException.Event event, Path path)
           
 
Method Summary
 
Methods inherited from class org.rundeck.storage.api.StorageException
createException, createException, deleteException, deleteException, getEvent, getPath, listException, listException, readException, readException, updateException, updateException
 
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

StorageAuthorizationException

public StorageAuthorizationException(StorageException.Event event,
                                     Path path)

StorageAuthorizationException

public StorageAuthorizationException(java.lang.String s,
                                     StorageException.Event event,
                                     Path path)

StorageAuthorizationException

public StorageAuthorizationException(java.lang.String s,
                                     java.lang.Throwable throwable,
                                     StorageException.Event event,
                                     Path path)

StorageAuthorizationException

public StorageAuthorizationException(java.lang.Throwable throwable,
                                     StorageException.Event event,
                                     Path path)