Serialized Form


Package org.apgrid.grpc.ng

Class org.apgrid.grpc.ng.NgArgSizeException extends NgException implements Serializable

Serialized Fields

size

int size
size of the array.


accessing

int accessing
the number of the array tried in order to access.


dimension

int dimension
the index number of depth of the array.

Class org.apgrid.grpc.ng.NgArgTypeException extends NgException implements Serializable

Serialized Fields

argNum

int argNum
argument number


actualType

java.lang.String actualType
the type of actual argument


requiredType

java.lang.String requiredType
required type

Class org.apgrid.grpc.ng.NgException extends GrpcException implements Serializable

Class org.apgrid.grpc.ng.NgExecRemoteMethodException extends NgException implements Serializable

Class org.apgrid.grpc.ng.NgFinalizeGrpcClientException extends NgException implements Serializable

Class org.apgrid.grpc.ng.NgFinalizeGrpcHandleException extends NgException implements Serializable

Class org.apgrid.grpc.ng.NgHeartbeatTimeoutException extends NgException implements Serializable

Class org.apgrid.grpc.ng.NgInitializeGrpcClientException extends NgException implements Serializable

Class org.apgrid.grpc.ng.NgInitializeGrpcHandleException extends NgException implements Serializable

Class org.apgrid.grpc.ng.NgIOException extends NgException implements Serializable

Serialized Fields

buffer

byte[] buffer
buffer of the data

Class org.apgrid.grpc.ng.NgXMLReadException extends NgException implements Serializable

Serialized Fields

node

org.w3c.dom.Node node
buffer of the XML node


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.