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