public class IncompleteDeserializationException extends RuntimeException
Should be RuntimeException because of limitations of Java serialization mechanisms.
Catching ClassNotFoundException inside deserialization methods cannot do the same trick because
Java deserialization remembers such exception internally and will rethrow it anyway upon returing to a user.
| Constructor and Description |
|---|
IncompleteDeserializationException(@NotNull DiscoveryCustomMessage m) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull DiscoveryCustomMessage |
message() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncompleteDeserializationException(@NotNull
@NotNull DiscoveryCustomMessage m)
m - Message.@NotNull public @NotNull DiscoveryCustomMessage message()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020