public class MsalClientException extends MsalException
| Constructor and Description |
|---|
MsalClientException(String message,
String errorCode)
Initializes a new instance of the exception class with a specified error message
|
MsalClientException(Throwable throwable)
Initializes a new instance of the exception class with a instance of Throwable
|
errorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MsalClientException(Throwable throwable)
throwable - the inner exception that is the cause of the current exceptionCopyright © 2013–2025. All rights reserved.