Class UnknownAmetysObjectException

All Implemented Interfaces:
Serializable

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

    • UnknownAmetysObjectException

      Constructs a new unknown data exception with the specified detail message.
      Parameters:
      message - The detail message.
    • UnknownAmetysObjectException

      Constructs a new unknown data exception with the specified detail message and cause.
      Parameters:
      message - The detail message.
      cause - The cause.
    • UnknownAmetysObjectException

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