Package com.marcnuri.yakc.api
Class ClientErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.marcnuri.yakc.api.KubernetesException
-
- com.marcnuri.yakc.api.ClientErrorException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NotFoundException
public class ClientErrorException extends KubernetesException
Created by Marc Nuri on 2020-04-13.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientErrorException(java.lang.String message, okhttp3.Response rawResponse)
-
Method Summary
-
Methods inherited from class com.marcnuri.yakc.api.KubernetesException
forResponse, getCode
-
-