Class StorageNotFoundException

All Implemented Interfaces:
Serializable

public class StorageNotFoundException extends StorageException
Define a Storage Exception to be thrown when something is not found
See Also:
  • Constructor Details

    • StorageNotFoundException

      public StorageNotFoundException(String message)
      Parameters:
      message - associated message
    • StorageNotFoundException

      public StorageNotFoundException(Throwable cause)
      Parameters:
      cause - associated cause
    • StorageNotFoundException

      public StorageNotFoundException(String messsage, Throwable cause)
      Parameters:
      messsage - associated message
      cause - associated cause