Class NoAvailableLocatorsException

    • Constructor Detail

      • NoAvailableLocatorsException

        public NoAvailableLocatorsException()
        Create a new instance of NoAvailableLocatorsException without a detail message or cause.
      • NoAvailableLocatorsException

        public NoAvailableLocatorsException​(String message)
        Create a new instance of NoAvailableServersException with a detail message
        Parameters:
        message - the detail message
      • NoAvailableLocatorsException

        public NoAvailableLocatorsException​(String message,
                                            Throwable cause)
        Create a new instance of NoAvailableLocatorsException with a detail message and cause
        Parameters:
        message - the detail message
        cause - the cause
      • NoAvailableLocatorsException

        public NoAvailableLocatorsException​(Throwable cause)
        Create a new instance of NoAvailableLocatorsException with a and cause
        Parameters:
        cause - the cause