Class RegistryExceptions.PreconditionFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.pravega.schemaregistry.client.exceptions.RegistryExceptions
-
- io.pravega.schemaregistry.client.exceptions.RegistryExceptions.PreconditionFailedException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- RegistryExceptions
public static class RegistryExceptions.PreconditionFailedException extends RegistryExceptions
Service rejected the request because the expected precondition for the requested action was not satisfied.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.pravega.schemaregistry.client.exceptions.RegistryExceptions
RegistryExceptions.BadArgumentException, RegistryExceptions.CodecTypeNotRegisteredException, RegistryExceptions.ConnectionException, RegistryExceptions.InternalServerError, RegistryExceptions.MalformedSchemaException, RegistryExceptions.PreconditionFailedException, RegistryExceptions.ResourceNotFoundException, RegistryExceptions.RetryableException, RegistryExceptions.SchemaValidationFailedException, RegistryExceptions.SerializationMismatchException, RegistryExceptions.Type, RegistryExceptions.UnauthorizedException
-
-
Constructor Summary
Constructors Constructor Description PreconditionFailedException(java.lang.String errorMessage)
-
Method Summary
-
Methods inherited from class io.pravega.schemaregistry.client.exceptions.RegistryExceptions
create
-
-