|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.gridforum.gridrpc.GrpcException
org.apgrid.grpc.ng.NgException
org.apgrid.grpc.ng.NgIOException
Thrown to indicate that something wrong was happened when processing Input/Output.
| Field Summary |
| Fields inherited from class org.gridforum.gridrpc.GrpcException |
innerException, os, str |
| Constructor Summary | |
NgIOException(byte[] buffer)
Creates NgIOException with the data which was the transmission and reception when error occurred. |
|
NgIOException(java.lang.Exception e)
Creates NgIOException with original Exception. |
|
NgIOException(java.lang.String string)
Creates NgIOException with an error message. |
|
NgIOException(java.lang.String string,
java.lang.Exception e)
Creates NgIOException with an error message and original Exception. |
|
| Method Summary | |
byte[] |
getBuffer()
Gets the data which was the transmission and reception when error occurred. |
| 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 NgIOException(java.lang.String string,
java.lang.Exception e)
string - an error message.e - original Exception.public NgIOException(java.lang.Exception e)
e - original Exception.public NgIOException(java.lang.String string)
string - an error message.public NgIOException(byte[] buffer)
buffer - the data which was the transmission
and reception when error occurred.| Method Detail |
public byte[] getBuffer()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||