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:
  • 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_i51784_1_, String p_i51784_2_, RealmsError p_i51784_3_)
    • RealmsServiceException

      public RealmsServiceException(int p_i51785_1_, String p_i51785_2_, int p_i51785_3_, String p_i51785_4_)
  • Method Details