com.dtolabs.rundeck.core.storage
Class StorageAuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rundeck.storage.api.StorageException
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
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 |
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)