|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cassandra.transport.ServerError
public class ServerError
Exceptions thrown when a client didn't respect the protocol.
Constructor Summary | |
---|---|
ServerError(java.lang.String msg)
|
|
ServerError(java.lang.Throwable e)
|
Method Summary | |
---|---|
ExceptionCode |
code()
The exception code. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.cassandra.exceptions.TransportException |
---|
getMessage |
Constructor Detail |
---|
public ServerError(java.lang.Throwable e)
public ServerError(java.lang.String msg)
Method Detail |
---|
public ExceptionCode code()
TransportException
code
in interface TransportException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |