Class StorageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.content.StorageException
All Implemented Interfaces:
Serializable

public class StorageException extends Exception
Exception thrown when a StorageProvider encounters problems during its execution of CRUD operations.

This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.

See Also:
  • Constructor Details

    • StorageException

      public StorageException(String message)
      Instantiates a new StorageException from a given string.
      Parameters:
      message - the string to use for the exception.
    • StorageException

      public StorageException(Throwable throwable)
      Instantiates a new StorageException with given Throwable.
      Parameters:
      throwable - the throwable
    • StorageException

      public StorageException(String message, Throwable throwable)
      Instantiates a new StorageException with a message.
      Parameters:
      message - the message
      throwable - the throwable