Serialized Form


Package org.gridforum.gridrpc

Class org.gridforum.gridrpc.GrpcException extends java.lang.Exception implements Serializable

Serialized Fields

str

java.lang.String str
a string which describe about an error.


innerException

java.lang.Exception innerException
an Exception object which was catched in Grid RPC libraries.


os

java.io.PrintStream os
a PrintStream object to put a message about error.
You can change where to put information strings by setting this variable.