Package com.marcnuri.yakc.api
Class KubernetesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.marcnuri.yakc.api.KubernetesException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ClientErrorException
,WatchException
public class KubernetesException extends java.io.IOException
Created by Marc Nuri on 2020-04-13.- See Also:
- Serialized Form
-
-
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()
-
-
-
Method Detail
-
getCode
public int getCode()
-
forResponse
public static KubernetesException forResponse(java.lang.String message, okhttp3.Response rawResponse)
-
-