Package com.stytch.sdk.common.errors
Class StytchInternalError
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class StytchInternalError extends StytchSDKError
Thrown when all else fails. We should audit our usage of this and see if it makes sense to create classes for these
-
-
Constructor Summary
Constructors Constructor Description StytchInternalError(Throwable exception, String message)
-
Method Summary
Modifier and Type Method Description ThrowablegetException()an optional Throwable that caused this error to occur StringgetMessage()a string describing what went wrong -
-
Method Detail
-
getException
Throwable getException()
an optional Throwable that caused this error to occur
-
getMessage
String getMessage()
a string describing what went wrong
-
-
-
-