public class UnexpectedException extends RemoteException
UnexpectedException
远程方法调用的客户端接收抛出,调用的结果,检查的异常,是不是在远程接口的方法的
throws
条款宣布检查的异常类型。
detail
Constructor and Description |
---|
UnexpectedException(String s)
构建一个指定详细信息的
UnexpectedException 。
|
UnexpectedException(String s, 异常 ex)
创建一个指定详细信息的
UnexpectedException 和嵌套异常。
|
getCause, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.