Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.apicurio.registry.rest.client.exception.RestClientException
-
- io.apicurio.registry.rest.client.exception.NotFoundException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArtifactNotFoundException
,RuleNotFoundException
,VersionNotFoundException
public abstract class NotFoundException extends RestClientException
- Author:
- Carles Arnal 'carnalca@redhat.com'
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(Error error)
-
Method Summary
-
Methods inherited from class io.apicurio.registry.rest.client.exception.RestClientException
getError
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotFoundException
public NotFoundException(Error error)
-
-