Class MachineIdServiceException

    • Constructor Detail

      • MachineIdServiceException

        public MachineIdServiceException​(String errorCode,
                                         String errorMessage,
                                         Throwable rootCause)
        Constructor for the exception class with the arguments errorCode, errorMessage, rootCause.
        Parameters:
        errorCode - the error code.
        errorMessage - the error message.
        rootCause - the root cause.