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
public class RestClientException extends io.apicurio.rest.client.error.ApicurioRestClientException
- Author:
- Carles Arnal 'carles.arnal@redhat.com'
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestClientException(Error error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Error
getError()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-