|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NgException | |
org.apgrid.grpc.ng | Provides Ninf-G implementation of standard interface of Grid RPC(org.gridforum.gridrpc.*). And there are main functions(classes and interfaces) in this package. |
Uses of NgException in org.apgrid.grpc.ng |
Subclasses of NgException in org.apgrid.grpc.ng | |
class |
NgArgSizeException
Thrown to indicate that the size of specified array is incorrect. Probably, the size of the actually passed arrangement differs from the size defined as IDL file. |
class |
NgArgTypeException
Thrown to indicate that the type of specified array is incorrect. Probably, the type of the actually passed arrangement differs from the type defined as IDL file. |
class |
NgExecRemoteMethodException
Thrown to indicate that an error occurred when executing RemoteFunction/RemoteMethod. |
class |
NgFinalizeGrpcClientException
Thrown to indicate that an error occurred when finalizing NgGrpcClient (calling NgGrpcClient#deactivate() method). |
class |
NgFinalizeGrpcHandleException
Thrown to indicate that an error occurred when finalizing NgGrpc*Handle (calling NgGrpc*Handle#dispose() method). |
class |
NgHeartbeatTimeoutException
Thrown to indicate that detected the timeout of heartbeat. |
class |
NgInitializeGrpcClientException
Thrown to indicate that an error occurred when initializing NgGrpcClient (calling NgGrpcClient#activate() method). |
class |
NgInitializeGrpcHandleException
Thrown to indicate that an error occurred when initializing NgGrpc*Handle (calling NgGrpc*Handle constructor). |
class |
NgIOException
Thrown to indicate that something wrong was happened when processing Input/Output. |
class |
NgXMLReadException
Thrown to indicate that something wrong was happened when reading XML documents. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |