CONTENTS | PREV | NEXT | Java Remote Method Invocation |
java.rmi.ServerException
These are some of the underlying exceptions which can occur on the server when the server is itself executing a remote method invocation. These exceptions are wrapped in ajava.rmi.ServerException
; that is thejava.rmi.ServerException
contains the original exception for the client to extract. These exceptions are wrapped byServerException
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.
CONTENTS | PREV | NEXT
Copyright © 1997-2001 Sun Microsystems, Inc. All Rights Reserved.