|
|||||||||||
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
Thrown to indicate that something wrong was happened in Ninf-G Java library.
This is the super class of Exception classes
which included in this package.
Field Summary |
Fields inherited from class org.gridforum.gridrpc.GrpcException |
innerException, os, str |
Constructor Summary | |
NgException()
Creates NgException. |
|
NgException(java.lang.Exception e)
Creates NgException with original Exception. |
|
NgException(java.lang.String string)
Creates NgException with an error message. |
|
NgException(java.lang.String string,
java.lang.Exception e)
Creates NgException with an error message and original Exception. |
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 NgException(java.lang.String string, java.lang.Exception e)
string
- an error message.e
- original Exception.public NgException()
public NgException(java.lang.Exception e)
e
- original Exception.public NgException(java.lang.String string)
string
- an error message.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |