Package pt.unl.fct.di.novasys.babel2.channels.exceptions
@NullMarked
package pt.unl.fct.di.novasys.babel2.channels.exceptions
Exception types thrown by Babel 2 channel and serialization subsystems.
Contains:
MessagesWithSameIdException— Thrown when duplicate message IDs are detected during serializer discovery or registration.NewConnectionPromotionException— Thrown when error occurs during connection promotion in simultaneous-connection resolution.
-
Exception ClassesClassDescriptionUnchecked exception thrown when two distinct message types are registered with the same numeric identifier in the
SerializerRegistry.Checked exception that signals a failure during the promotion of a newly established connection to replace an existing one in the duplicate-connection resolution logic of the TCP and QUIC Babel channels.