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:
-
Constructor Summary
ConstructorsConstructorDescriptionClientException(jakarta.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, getStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.colabproject.colab.generator.model.interfaces.WithJsonDiscriminator
getJsonDiscriminator
-
Constructor Details
-
ClientException
public ClientException() -
ClientException
public ClientException(jakarta.ws.rs.core.Response.Status status) Create a client error exception- Parameters:
status- HTTP status
-