public class MarshalException extends RemoteException
MarshalException
而编组的远程调用头发生
java.io.IOException
抛出,为远程方法调用的参数和返回值。一个
MarshalException
也如果接收机不支持的协议版本被发送者。
如果远程方法调用过程中发生MarshalException
,呼叫可能会或可能不会达到服务器。如果调用没有到达服务器,参数可能已反序列化。一个叫不得转发后MarshalException
可靠保护”最多一次“调用语义。
detail
Constructor and Description |
---|
MarshalException(String s)
创建一个指定详细信息的
MarshalException 。
|
MarshalException(String s, 异常 ex)
创建一个指定详细信息的
MarshalException 和嵌套异常。
|
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.