public class MsalInteropException extends RuntimeException
Follows the style of MSAl Java's exception classes, so that it can be easily converted to an exception type that MSAL Java users already expect
| Constructor and Description |
|---|
MsalInteropException(String errorMessage,
String errorCode)
A constructor for exceptions that were caught, and we can provide a descriptive message
explaining the issue and how to resolve it
|
MsalInteropException(Throwable throwable)
A catch-all constructor for exceptions that were caught but weren't expected
|
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
String |
getErrorMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MsalInteropException(Throwable throwable)
Copyright © 2023. All rights reserved.