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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Throwable getException() an optional Throwable that caused this error to occur
      String getMessage() a string describing what went wrong
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait