Class ResponseStatusException

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

    public abstract class ResponseStatusException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract int getErrorCode()  
      abstract java.lang.String getErrorMsg()  
      abstract int getHttpStatusCode()  
      • 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

      • ResponseStatusException

        public ResponseStatusException​(java.lang.String errorMsg)
    • Method Detail

      • getErrorCode

        public abstract int getErrorCode()
      • getErrorMsg

        public abstract java.lang.String getErrorMsg()
      • getHttpStatusCode

        public abstract int getHttpStatusCode()