Class ClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ch.colabproject.colab.generator.model.exceptions.HttpException
-
- ch.colabproject.colab.generator.plugin.rest.ClientException
-
- All Implemented Interfaces:
ch.colabproject.colab.generator.model.interfaces.WithJsonDiscriminator
,Serializable
public class ClientException extends ch.colabproject.colab.generator.model.exceptions.HttpException
4xx error- Author:
- maxence
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientException()
ClientException(javax.ws.rs.core.Response.Status status)
Create a client error exception
-
Method Summary
-
Methods inherited from class ch.colabproject.colab.generator.model.exceptions.HttpException
getCause, getHttpStatus, getStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-