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
    • rawResponse

      public final String rawResponse
    • realmsError

      @Nullable public final RealmsError realmsError
  • Constructor Details

    • RealmsServiceException

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

      public RealmsServiceException(int p_200943_, String p_200944_)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Throwable
    • realmsErrorCodeOrDefault

      public int realmsErrorCodeOrDefault(int p_200946_)