Class ApiException

    • Constructor Summary

      Constructors 
      Constructor Description
      ApiException​(java.lang.Integer code, java.lang.String message)  
      ApiException​(java.lang.Integer code, java.lang.String description, java.lang.String message)  
      ApiException​(java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getCode()  
      java.lang.String getDescription()  
      java.lang.String getMessage()  
      java.lang.String getMessageRaw()  
      • Methods inherited from class java.lang.Throwable

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

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

      • ApiException

        public ApiException​(java.lang.Integer code,
                            java.lang.String description,
                            java.lang.String message)
      • ApiException

        public ApiException​(java.lang.Integer code,
                            java.lang.String message)
      • ApiException

        public ApiException​(java.lang.String message)
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
      • getCode

        public java.lang.Integer getCode()
      • getMessageRaw

        public java.lang.String getMessageRaw()
      • getMessage

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