Class MSQANoScopeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.quickauth.signin.error.MSQAException
-
- com.microsoft.quickauth.signin.error.MSQANoScopeException
-
- All Implemented Interfaces:
java.io.Serializable
public class MSQANoScopeException extends MSQAException
This error class is a wrapper for MSAL no scope error, created when error operationName isMsalArgumentException.SCOPE_ARGUMENT_NAME
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MSQANoScopeException(java.lang.String errorCode)
MSQANoScopeException(java.lang.String errorCode, java.lang.String errorMessage)
MSQANoScopeException(java.lang.String errorCode, java.lang.String errorMessage, java.lang.Throwable throwable)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MSQANoScopeException
create(java.lang.Exception exception)
-
Methods inherited from class com.microsoft.quickauth.signin.error.MSQAException
getErrorCode, getMessage, getSuppressedException, mapToMSQAException, setSuppressedException
-
-
-
-
Constructor Detail
-
MSQANoScopeException
public MSQANoScopeException(java.lang.String errorCode)
-
MSQANoScopeException
public MSQANoScopeException(java.lang.String errorCode, java.lang.String errorMessage)
-
MSQANoScopeException
public MSQANoScopeException(java.lang.String errorCode, java.lang.String errorMessage, java.lang.Throwable throwable)
-
-
Method Detail
-
create
public static MSQANoScopeException create(@Nullable java.lang.Exception exception)
-
-