Class RegistryExceptions.ConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.pravega.schemaregistry.client.exceptions.RegistryExceptions
-
- io.pravega.schemaregistry.client.exceptions.RegistryExceptions.ConnectionException
-
- All Implemented Interfaces:
RegistryExceptions.RetryableException,java.io.Serializable
- Enclosing class:
- RegistryExceptions
public static class RegistryExceptions.ConnectionException extends RegistryExceptions implements RegistryExceptions.RetryableException
Exception type due to failure in connecting to the service.- 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 ConnectionException(java.lang.String errorMessage)
-
Method Summary
-
Methods inherited from class io.pravega.schemaregistry.client.exceptions.RegistryExceptions
create
-
-