Class ApiException

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.12.0")
    public class ApiException
    extends java.lang.Exception
    • Constructor Summary

      Constructors 
      Constructor Description
      ApiException()
      ApiException​(int code, java.lang.String message)
      ApiException​(int code, java.lang.String message, java.util.Map<java.lang.String,​java.util.List<java.lang.String>> responseHeaders, java.lang.String responseBody)
      ApiException​(int code, java.util.Map<java.lang.String,​java.util.List<java.lang.String>> responseHeaders, java.lang.String responseBody)
      ApiException​(java.lang.String message)
      ApiException​(java.lang.String message, int code, java.util.Map<java.lang.String,​java.util.List<java.lang.String>> responseHeaders, java.lang.String responseBody)
      ApiException​(java.lang.String message, java.lang.Throwable throwable, int code, java.util.Map<java.lang.String,​java.util.List<java.lang.String>> responseHeaders)
      ApiException​(java.lang.String message, java.lang.Throwable throwable, int code, java.util.Map<java.lang.String,​java.util.List<java.lang.String>> responseHeaders, java.lang.String responseBody)
      ApiException​(java.lang.Throwable throwable)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCode()
      java.lang.String getResponseBody()
      java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getResponseHeaders()
      java.lang.String toString()
      • Methods inherited from class java.lang.Throwable

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

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

      • ApiException

        public ApiException()
      • ApiException

        public ApiException​(java.lang.Throwable throwable)
      • ApiException

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

        public ApiException​(java.lang.String message,
                            java.lang.Throwable throwable,
                            int code,
                            java.util.Map<java.lang.String,​java.util.List<java.lang.String>> responseHeaders,
                            java.lang.String responseBody)
      • ApiException

        public ApiException​(java.lang.String message,
                            int code,
                            java.util.Map<java.lang.String,​java.util.List<java.lang.String>> responseHeaders,
                            java.lang.String responseBody)
      • ApiException

        public ApiException​(java.lang.String message,
                            java.lang.Throwable throwable,
                            int code,
                            java.util.Map<java.lang.String,​java.util.List<java.lang.String>> responseHeaders)
      • ApiException

        public ApiException​(int code,
                            java.util.Map<java.lang.String,​java.util.List<java.lang.String>> responseHeaders,
                            java.lang.String responseBody)
      • ApiException

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

        public ApiException​(int code,
                            java.lang.String message,
                            java.util.Map<java.lang.String,​java.util.List<java.lang.String>> responseHeaders,
                            java.lang.String responseBody)
    • Method Detail

      • getCode

        public int getCode()
      • getResponseHeaders

        public java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getResponseHeaders()
      • getResponseBody

        public java.lang.String getResponseBody()
      • toString

        public java.lang.String toString()