org.omg.CORBA.portable
Class RemarshalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
RemarshalException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemarshalException

public RemarshalException()