Class UnavailableIdException

    • Constructor Detail

      • UnavailableIdException

        public UnavailableIdException()
        Constructs an exception with no message and no underlying cause.
      • UnavailableIdException

        public UnavailableIdException​(String message)
        Constructs an exception with the specified message.
        Parameters:
        message - the message describing the specific nature of the error
      • UnavailableIdException

        public UnavailableIdException​(String message,
                                      Throwable cause)
        Constructs an exception with the specified message and the underlying cause.
        Parameters:
        message - the message describing the specific nature of the error
        cause - the underlying cause of this error