public abstract class CassandraException extends java.lang.RuntimeException implements TransportException
| Modifier | Constructor and Description | 
|---|---|
| protected  | CassandraException(ExceptionCode code,
                  java.lang.String msg) | 
| protected  | CassandraException(ExceptionCode code,
                  java.lang.String msg,
                  java.lang.Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| ExceptionCode | code()The exception code. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessageprotected CassandraException(ExceptionCode code, java.lang.String msg)
protected CassandraException(ExceptionCode code, java.lang.String msg, java.lang.Throwable cause)
public ExceptionCode code()
TransportExceptioncode in interface TransportExceptionCopyright © 2018 The Apache Software Foundation