Class RealmsServiceException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    RetryCallException

    public class RealmsServiceException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RealmsServiceException​(int p_i51785_1_, java.lang.String p_i51785_2_, int p_i51785_3_, java.lang.String p_i51785_4_)  
      RealmsServiceException​(int p_i51784_1_, java.lang.String p_i51784_2_, RealmsError p_i51784_3_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • httpResultCode

        public final int httpResultCode
      • httpResponseContent

        public final java.lang.String httpResponseContent
      • errorCode

        public final int errorCode
      • errorMsg

        public final java.lang.String errorMsg
    • Constructor Detail

      • RealmsServiceException

        public RealmsServiceException​(int p_i51784_1_,
                                      java.lang.String p_i51784_2_,
                                      RealmsError p_i51784_3_)
      • RealmsServiceException

        public RealmsServiceException​(int p_i51785_1_,
                                      java.lang.String p_i51785_2_,
                                      int p_i51785_3_,
                                      java.lang.String p_i51785_4_)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable