Class StorageAuthorizationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StorageAuthorizationException
    extends org.rundeck.storage.api.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

        org.rundeck.storage.api.StorageException.Event
    • Constructor Summary

      Constructors 
      Constructor Description
      StorageAuthorizationException​(java.lang.String s, java.lang.Throwable throwable, org.rundeck.storage.api.StorageException.Event event, org.rundeck.storage.api.Path path)  
      StorageAuthorizationException​(java.lang.String s, org.rundeck.storage.api.StorageException.Event event, org.rundeck.storage.api.Path path)  
      StorageAuthorizationException​(java.lang.Throwable throwable, org.rundeck.storage.api.StorageException.Event event, org.rundeck.storage.api.Path path)  
      StorageAuthorizationException​(org.rundeck.storage.api.StorageException.Event event, org.rundeck.storage.api.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

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(org.rundeck.storage.api.StorageException.Event event,
                                             org.rundeck.storage.api.Path path)
      • StorageAuthorizationException

        public StorageAuthorizationException​(java.lang.String s,
                                             org.rundeck.storage.api.StorageException.Event event,
                                             org.rundeck.storage.api.Path path)
      • StorageAuthorizationException

        public StorageAuthorizationException​(java.lang.String s,
                                             java.lang.Throwable throwable,
                                             org.rundeck.storage.api.StorageException.Event event,
                                             org.rundeck.storage.api.Path path)
      • StorageAuthorizationException

        public StorageAuthorizationException​(java.lang.Throwable throwable,
                                             org.rundeck.storage.api.StorageException.Event event,
                                             org.rundeck.storage.api.Path path)