|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.gridforum.gridrpc.GrpcException org.apgrid.grpc.ng.NgException org.apgrid.grpc.ng.NgInitializeGrpcHandleException
Thrown to indicate that an error occurred
when initializing NgGrpc*Handle
(calling NgGrpc*Handle constructor).
Field Summary |
Fields inherited from class org.gridforum.gridrpc.GrpcException |
innerException, os, str |
Constructor Summary | |
NgInitializeGrpcHandleException(java.lang.Exception e)
Creates NgInitializeGrpcHandleException with original Exception. |
|
NgInitializeGrpcHandleException(java.lang.String string)
Creates NgInitializeGrpcHandleException with an error message. |
Methods inherited from class org.gridforum.gridrpc.GrpcException |
printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NgInitializeGrpcHandleException(java.lang.String string)
string
- an error message.public NgInitializeGrpcHandleException(java.lang.Exception e)
e
- original Exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |