Package com.stytch.sdk.common.errors
Class StytchSSOError
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class StytchSSOError extends StytchSDKError
Thrown when we encounter an SSO error
-
-
Constructor Summary
Constructors Constructor Description StytchSSOError(Throwable exception)
-
Method Summary
Modifier and Type Method Description ThrowablegetException()an optional Throwable that caused this error to occur -
-
Constructor Detail
-
StytchSSOError
StytchSSOError(Throwable exception)
-
-
Method Detail
-
getException
Throwable getException()
an optional Throwable that caused this error to occur
-
-
-
-