CONTENTS | PREV | NEXT | Java Remote Method Invocation |
java.rmi.ServerException
java.rmi.ServerException
; that is the
java.rmi.ServerException
contains the original
exception for the client to extract. These exceptions are wrapped
by ServerException
so that the client will know that
its own remote method invocation on the server did not fail, but
that a secondary remote method invocation made by the server
failed.Exception |
Context |
---|---|
note: this exception is deprecated as of the Java 2 SDK, Standard Edition, v1.2 |
Hash mismatch of stub and skeleton. |
|
I/O error unmarshaling call header. I/O error unmarshaling arguments. Invalid method number or method hash. |
|
Protocol error marshaling return. |
|
A |