类 RealmsServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mojang.realmsclient.exception.RealmsServiceException
所有已实现的接口:
Serializable
直接已知子类:
RetryCallException

public class RealmsServiceException extends Exception
另请参阅:
  • 字段详细资料

    • httpResultCode

      public final int httpResultCode
    • rawResponse

      public final String rawResponse
    • realmsError

      @Nullable public final RealmsError realmsError
  • 构造器详细资料

    • RealmsServiceException

      public RealmsServiceException(int pHttpResultCode, String pHttpResponseContent, RealmsError pRealmsError)
    • RealmsServiceException

      public RealmsServiceException(int pHttpResultCode, String pRawResponse)
  • 方法详细资料

    • getMessage

      public String getMessage()
      覆盖:
      getMessage 在类中 Throwable
    • realmsErrorCodeOrDefault

      public int realmsErrorCodeOrDefault(int pDefaultErrorCode)