Class DataRegistrationNotFoundException

    • Constructor Detail

      • 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 Detail

      • registrationQuery

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