Class NoSuchDataException

All Implemented Interfaces:
Serializable

public class NoSuchDataException extends StorageException
See Also:
  • Constructor Details

    • NoSuchDataException

      public NoSuchDataException()
    • NoSuchDataException

      public NoSuchDataException(String message)
    • NoSuchDataException

      public NoSuchDataException(Throwable cause)
    • NoSuchDataException

      public NoSuchDataException(String message, Throwable cause)