Class GetSocialError


  • public final class GetSocialError
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GetSocialError​(int code, java.lang.String message)  
      GetSocialError​(int code, java.lang.String message, java.lang.Exception cause)  
    • Constructor Detail

      • GetSocialError

        public GetSocialError​(int code,
                              java.lang.String message)
      • GetSocialError

        public GetSocialError​(int code,
                              java.lang.String message,
                              java.lang.Exception cause)
    • Method Detail

      • getCause

        public java.lang.Exception getCause()
      • getCode

        public int getCode()
        One of ErrorCode.
        Returns:
        error code.
      • getMessage

        public java.lang.String getMessage()
      • toString

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