Exception | Description |
---|---|
DeserializerNotFoundException |
Runtime exception thrown when
interface CommandDeserializer is not found for given interface Command . |
SerializerNotFoundException |
Runtime exception thrown when
interface CommandSerializer is not found for given interface Command . |
UnknownCommandException |
Runtime exception thrown when
class CommandType is not found for given interface Command . |
UnknownCommandTypeException |
Runtime exception thrown when
interface Command is not found for given class CommandType . |