Class DataRegistrationNotFoundException

All Implemented Interfaces:
Serializable

public class DataRegistrationNotFoundException extends DataException
See Also:
  • Constructor Details

    • DataRegistrationNotFoundException

      public DataRegistrationNotFoundException()
      Constructs a basic data registration not found exception.
    • DataRegistrationNotFoundException

      public DataRegistrationNotFoundException(String registrationQuery)
      Constructs a data registration not found exception with a specified registration query, which will be used as the message.
      Parameters:
      registrationQuery - The registration query
    • DataRegistrationNotFoundException

      public DataRegistrationNotFoundException(String message, @Nullable String registrationQuery)
      Constructs a data registration not found exception with a specified message and registration query.
      Parameters:
      message - The message
      registrationQuery - The registration query
  • Method Details

    • registrationQuery

      public Optional<String> registrationQuery()
      Gets the specified registration query, if present.
      Returns:
      The registration query, if present