Package eu.cloudnetservice.driver.network.rpc.exception
package eu.cloudnetservice.driver.network.rpc.exception
-
ExceptionsClassDescriptionA runtime exception being thrown when the method selector for rpc cannot decide which method to use for the requested remote call because either no method or multiple methods are matching the given filter options.A runtime exception which gets thrown when an exception occurs during runtime code generation.A runtime exception being thrown when the constructor with all arguments of a class included for rpc (de-) serialization is missing.A runtime exception being thrown when the required no args constructor for databufable serialization is missing.An illegal state of the object serializer thrown when no serializer for the class to (de-) serialize is found.A runtime exception thrown when anything went wrong during the execution of a rpc or rpc chain.A runtime exception wrapping all remote execution exceptions produced by a rpc which get send back to the calling network component.