Package com.aim2be.platform.schema
Class SchemaRegistryIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aim2be.platform.schema.SchemaRegistryIOException
- All Implemented Interfaces:
Serializable
Wraps
IOException thrown while streaming schema bodies from the
registry, surfacing it as an unchecked failure to keep the
SchemaRegistryClient interface checked-exception-free.
DualSchemaRegistryClient treats this exception as a fallback
trigger (alongside HTTP 5xx) — the underlying network error indicates the
primary registry is unreachable, not that the schema doesn't exist.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaRegistryIOException
- Parameters:
message- human-readable description of the failurecause- the wrappedIOException
-