|
|||||||||||
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.NgExecRemoteMethodException
Thrown to indicate that an error occurred
when executing RemoteFunction/RemoteMethod.
Field Summary |
Fields inherited from class org.gridforum.gridrpc.GrpcException |
innerException, os, str |
Constructor Summary | |
NgExecRemoteMethodException(java.lang.Exception e)
Creates NgExecRemoteMethodException with original Exception. |
|
NgExecRemoteMethodException(java.lang.String string)
Creates NgExecRemoteMethodException 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 NgExecRemoteMethodException(java.lang.String string)
string
- an error message.public NgExecRemoteMethodException(java.lang.Exception e)
e
- original Exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |