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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessage
protected CassandraException(ExceptionCode code, java.lang.String msg)
protected CassandraException(ExceptionCode code, java.lang.String msg, java.lang.Throwable cause)
public ExceptionCode code()
TransportException
code
in interface TransportException
Copyright © 2016 The Apache Software Foundation