Class KlipResponseException

    • Constructor Summary

      Constructors 
      Constructor Description
      KlipResponseException​(int errCode, java.lang.String errorMsg, int httpStatus)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getErrorCode()
      에러코드를 가져온다.
      java.lang.String getErrorMsg()
      에러코드 설명을 가제온다.
      int getHttpStatusCode()
      HTTP 상태코드를 가져온다.
      • Methods inherited from class java.lang.Throwable

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

        clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • KlipResponseException

        public KlipResponseException​(int errCode,
                                     java.lang.String errorMsg,
                                     int httpStatus)