Class RestClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.apicurio.rest.client.error.ApicurioRestClientException
io.apicurio.registry.rest.client.exception.RestClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadRequestException, ConflictException, DefaultRuleDeletionException, InvalidArtifactStateException, InvalidArtifactTypeException, LimitExceededException, NotFoundException, RuleViolationException, TenantManagerClientException, TenantNotAuthorizedException, UnprocessableEntityException, UnprocessableSchemaException

public class RestClientException extends io.apicurio.rest.client.error.ApicurioRestClientException
Author:
Carles Arnal 'carles.arnal@redhat.com'
See Also:
  • Constructor Details

    • RestClientException

      public RestClientException(Error error)
  • Method Details

    • getError

      public Error getError()