- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omg.CORBA.portable.RemarshalException
-
- All Implemented Interfaces:
-
Serializable
public final class RemarshalException extends 异常
该类用于将向前的异常和对象前向GIOP消息定位回ORB。 在这种情况下,ORB必须再次请求该请求。 使用基于流的模型的存根将捕获从RemarshalException
的_invoke()
方法可能抛出的ObjectImpl
。 捕获异常时,存根应立即通过调用_request()
来调用_request()
,编组参数(如果有),然后调用_invoke()
。 存根应重复此过程,直到_invoke()
正常返回或引起一些异常,除了RemarshalException
。
-
-
构造方法摘要
构造方法 Constructor 描述 RemarshalException()
构造RemarshalException。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-