Class UnknownMetadataException

All Implemented Interfaces:
Serializable

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

    • UnknownMetadataException

      Deprecated.
      Constructs a new unknown metadata exception with the specified detail message.
      Parameters:
      message - The detail message.
    • UnknownMetadataException

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

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