public class ExportException extends RemoteException
ExportException
是
RemoteException
如果试图出口远程对象失败时引发。一个远程对象通过
java.rmi.server.UnicastRemoteObject
和
java.rmi.activation.Activatable
建设者和
exportObject
方法出口。
UnicastRemoteObject
,
Activatable
,
Serialized Form
detail
Constructor and Description |
---|
ExportException(String s)
构建一个指定详细信息的
ExportException 。
|
ExportException(String s, 异常 ex)
构建一个指定详细信息的
ExportException 和嵌套异常。
|
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.