Class MSQACancelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microsoft.quickauth.signin.error.MSQAException
-
- com.microsoft.quickauth.signin.error.MSQACancelException
-
- All Implemented Interfaces:
java.io.Serializable
public class MSQACancelException extends MSQAException
Exception for user cancelling the flow.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MSQACancelException(java.lang.String errorCode)
MSQACancelException(java.lang.String errorCode, java.lang.String errorMessage)
MSQACancelException(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 MSQACancelException
create(java.lang.Exception exception)
-
Methods inherited from class com.microsoft.quickauth.signin.error.MSQAException
getErrorCode, getMessage, getSuppressedException, mapToMSQAException, setSuppressedException
-
-
-
-
Constructor Detail
-
MSQACancelException
public MSQACancelException(java.lang.String errorCode)
-
MSQACancelException
public MSQACancelException(java.lang.String errorCode, java.lang.String errorMessage)
-
MSQACancelException
public MSQACancelException(java.lang.String errorCode, java.lang.String errorMessage, java.lang.Throwable throwable)
-
-
Method Detail
-
create
public static MSQACancelException create(@Nullable java.lang.Exception exception)
-
-