public class ServerError extends java.lang.RuntimeException implements TransportException
Constructor and Description |
---|
ServerError(java.lang.String msg) |
ServerError(java.lang.Throwable e) |
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
public ServerError(java.lang.Throwable e)
public ServerError(java.lang.String msg)
public ExceptionCode code()
TransportException
code
in interface TransportException
Copyright © 2009- The Apache Software Foundation