Class KubernetesException

    • Constructor Summary

      Constructors 
      Constructor Description
      KubernetesException​(java.lang.String message, okhttp3.Response rawResponse)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static KubernetesException forResponse​(java.lang.String message, okhttp3.Response rawResponse)  
      int getCode()  
      • 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • KubernetesException

        public KubernetesException​(java.lang.String message,
                                   okhttp3.Response rawResponse)
    • Method Detail

      • getCode

        public int getCode()
      • forResponse

        public static KubernetesException forResponse​(java.lang.String message,
                                                      okhttp3.Response rawResponse)