Class RealmsServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mojang.realmsclient.exception.RealmsServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RetryCallException

public class RealmsServiceException extends Exception
See Also:
Serialized Form
  • Field Details

    • httpResultCode

      public final int httpResultCode
    • httpResponseContent

      public final String httpResponseContent
    • errorCode

      public final int errorCode
    • errorMsg

      public final String errorMsg
  • Constructor Details

    • RealmsServiceException

      public RealmsServiceException(int p_87783_, String p_87784_, RealmsError p_87785_)
    • RealmsServiceException

      public RealmsServiceException(int p_87778_, String p_87779_, int p_87780_, String p_87781_)
  • Method Details