Class AppianStorageException

All Implemented Interfaces:
Serializable

public class AppianStorageException extends AppianException
This exception is thrown when an issue is encountered when interacting with Appian file storage.
See Also:
  • Constructor Details

    • AppianStorageException

      public AppianStorageException(String message)
    • AppianStorageException

      public AppianStorageException(Throwable t)
    • AppianStorageException

      public AppianStorageException(String message, Throwable t)