Class NotFoundException

All Implemented Interfaces:
Serializable, MessageFormattable

public class NotFoundException extends StorageException
Exception thrown by StorageProvider implementations when a requested space or content item does not exist.
Author:
Bill Branan
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(String message, Throwable throwable)
  • Method Details