public class ServerError extends RemoteException
ServerError
被抛出作为远程方法调用的结果,当一个Error
任而解编参数,执行远程方法本身,或编组返回值在处理服务器上的调用,被抛出。
A ServerError
实例包含作为其原因的原始Error
。
detail
Constructor and Description |
---|
ServerError(String s, Error err)
构造具有
ServerError 的详细消息和嵌套错误的ServerError。
|
getCause, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString