Class RegistryExceptions.SerializationMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.pravega.schemaregistry.client.exceptions.RegistryExceptions
-
- io.pravega.schemaregistry.client.exceptions.RegistryExceptions.SerializationMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- RegistryExceptions
public static class RegistryExceptions.SerializationMismatchException extends RegistryExceptions
Serialization format is not allowed for the group. CheckSchemaInfo.serializationFormatwithGroupProperties.serializationFormat.- 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 SerializationMismatchException(java.lang.String errorMessage)
-
Method Summary
-
Methods inherited from class io.pravega.schemaregistry.client.exceptions.RegistryExceptions
create
-
-