org.omg.CORBA.portable
Class RemarshalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.portable.RemarshalException
- All Implemented Interfaces:
- Serializable
public final class RemarshalException
- extends Exception
- implements Serializable
This is exception is potentially thrown by the _invoke()
method of the object implementation, requiring to write the method
parameters repeatedly. The parameters must be re-written as long as this
exception is thrown.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RemarshalException
public RemarshalException()