Class ServiceUnavailableException

    • Constructor Detail

      • ServiceUnavailableException

        public ServiceUnavailableException()
        Creates a new instance of ServiceUnavailableException without detail message.
      • ServiceUnavailableException

        public ServiceUnavailableException​(String msg)
        Constructs an instance of ServiceUnavailableException with the specified detail message.
        Parameters:
        msg - the detail message.