MsalAzureSDKException Class
- java.
lang. Object - java.
lang. Throwable - java.
lang. Exception - java.
lang. RuntimeException - com.
microsoft. aad. msal4j. MsalException - com.
microsoft. aad. msal4j. MsalAzureSDKException
- com.
- com.
- java.
- java.
- java.
public class MsalAzureSDKException
extends MsalException
Exception type thrown when Azure SDK returns an error response.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| MsalAzureSDKException(String message, String errorCode) | ||
| MsalAzureSDKException(Throwable throwable) | ||
Methods inherited from MsalException
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
Constructor Details
MsalAzureSDKException
public MsalAzureSDKException(String message, String errorCode)
Parameters:
MsalAzureSDKException
public MsalAzureSDKException(Throwable throwable)
Parameters: