Class NoAvailableServersException

    • Constructor Detail

      • NoAvailableServersException

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

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

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

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