Class KubernetesApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.predic8.membrane.core.kubernetes.client.KubernetesApiException
All Implemented Interfaces:
Serializable

public class KubernetesApiException extends Exception
See Also:
  • Field Details

  • Constructor Details

    • KubernetesApiException

      public KubernetesApiException(int code, Map result)
  • Method Details

    • getCode

      public int getCode()
    • getResult

      public Map getResult()
    • getReason

      public String getReason()