public class MachineIdServiceException extends BaseUncheckedException
EMPTY_SPACE| Constructor and Description |
|---|
MachineIdServiceException(String errorCode,
String errorMessage,
Throwable rootCause)
Constructor for the exception class with the arguments errorCode,
errorMessage, rootCause.
|
addInfo, getCodes, getErrorCode, getErrorText, getErrorTexts, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MachineIdServiceException(String errorCode, String errorMessage, Throwable rootCause)
errorCode - the error code.errorMessage - the error message.rootCause - the root cause.Copyright © 2020. All rights reserved.