Class ArtifactNotFoundException
- 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
-
- io.apicurio.registry.rest.client.exception.NotFoundException
-
- io.apicurio.registry.rest.client.exception.ArtifactNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ArtifactNotFoundException extends NotFoundException
- Author:
- Carles Arnal 'carles.arnal@redhat.com'
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArtifactNotFoundException(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
-
ArtifactNotFoundException
public ArtifactNotFoundException(Error error)
-
-