transport_exception is an interface implemented by both cassandra_exception and protocol_exception. The logic implemented in both these subclasses is identical. This patch removes transport_exception and makes protocl_exception a subclass of cassandra_exception. Signed-off-by: Paweł Dziepak <pdziepak@cloudius-systems.com>