See: Description
| Class | Description |
|---|---|
| HttpStatusExceptionFactory |
An exception factory that maps HTTP Status code to a custom Exception
|
| TectonErrorMessage |
Class that declares all the different error messages included in the
TectonClientException |
| Exception | Description |
|---|---|
| BadRequestException |
An exception class representing a client error caused by a bad request.
|
| ForbiddenException |
An exception class representing a client error caused by forbidden access.
|
| GatewayTimeoutException |
An exception class representing a client error caused by a gateway timeout.
|
| InternalServerErrorException |
An exception class representing a server error caused by an internal server failure.
|
| InvalidRequestParameterException |
An exception class representing a client error caused by a misconfigured request, such as missing
workspace name, missing feature service name etc.
|
| ResourceExhaustedException |
An exception class representing a client error caused by resource exhaustion.
|
| ResourceNotFoundException |
An exception class representing a client error caused by a resource not being found.
|
| ServiceUnavailableException |
An exception class representing a server error caused by a temporarily unavailable service.
|
| TectonClientException |
Exception class that is used to represent various client side errors, such as bad request
parameters, unauthorized requests etc.
|
| TectonException |
Base class that is used to represent various errors encountered by the Java client.
|
| TectonServiceException |
Exception class that is used to represent server side errors.
|
| UnauthorizedException |
An exception class representing a client error caused by unauthorized access.
|