org.apache.cassandra.exceptions
Interface TransportException

All Known Implementing Classes:
AlreadyExistsException, AuthenticationException, CassandraException, ConfigurationException, InvalidRequestException, IsBootstrappingException, KeyspaceNotDefinedException, OverloadedException, PreparedQueryNotFoundException, ProtocolException, ReadTimeoutException, RequestExecutionException, RequestTimeoutException, RequestValidationException, ServerError, SyntaxException, TruncateException, UnauthorizedException, UnavailableException, WriteTimeoutException

public interface TransportException


Method Summary
 ExceptionCode code()
          The exception code.
 java.lang.String getMessage()
          The exception message.
 

Method Detail

code

ExceptionCode code()
The exception code.


getMessage

java.lang.String getMessage()
The exception message.



Copyright © 2013 The Apache Software Foundation