Class UnknownDataException

All Implemented Interfaces:
Serializable

Exception thrown when an attempt to retrieve a data failed because it does not exist.
See Also:
  • Constructor Details

    • UnknownDataException

      public UnknownDataException(String message)
      Constructs a new unknown data exception with the specified detail message.
      Parameters:
      message - The detail message.
    • UnknownDataException

      public UnknownDataException(String message, Throwable cause)
      Constructs a new unknown data exception with the specified detail message and cause.
      Parameters:
      message - The detail message.
      cause - The cause.
    • UnknownDataException

      Constructs a new unknown data exception with the specified cause.
      Parameters:
      cause - The cause.