Class KlipRequestException

  • All Implemented Interfaces:
    java.io.Serializable

    public class KlipRequestException
    extends java.lang.Exception
    Klip API 요청 관련 Exception Class
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getErrorCode()
      에러코드를 가져온다.
      java.lang.String getErrorMsg()
      에러코드 설명을 가져온다.
      • 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

      • KlipRequestException

        public KlipRequestException​(int errCode,
                                    java.lang.String errorMsg)
      • KlipRequestException

        public KlipRequestException​(int errCode,
                                    java.lang.Exception e)
    • Method Detail

      • getErrorCode

        public int getErrorCode()
        에러코드를 가져온다.
        Returns:
        에러코드
      • getErrorMsg

        public java.lang.String getErrorMsg()
        에러코드 설명을 가져온다.
        Returns:
        에러코드 설명