| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.websphere.objectgrid.ObjectGridException
|
+--com.ibm.websphere.objectgrid.plugins.LoaderException
|
+--com.ibm.websphere.objectgrid.ObjectGridRPCException
Constructor Summary | |
---|---|
ObjectGridRPCException()
|
|
ObjectGridRPCException(java.lang.String)
|
|
ObjectGridRPCException(java.lang.String, java.lang.Throwable)
|
|
ObjectGridRPCException(java.lang.Throwable)
|
Method Summary | |
---|---|
public
int | getReplicationGroup()
|
public
void | setReplicationGroup(int)
|
public
Request | getRequest()
|
public
void | setRequest(com.ibm.ws.objectgrid.objectMapping.Request)
|
public
Response | getResponse()
|
public
void | setResponse(com.ibm.ws.objectgrid.objectMapping.Response)
|
Methods inherited from com.ibm.websphere.objectgrid.ObjectGridException |
---|
getCause, initCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString |
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ObjectGridRPCException( | ) |
public ObjectGridRPCException( | String message )
|
public ObjectGridRPCException( | String message , | Throwable cause )
|
public ObjectGridRPCException( | Throwable cause )
|
Method Detail |
public int getReplicationGroup( | ) |
public void setReplicationGroup( | int replicationGroup )
|
replicationGroup
-
The replicationGroup to set.
public Request getRequest( | ) |
public void setRequest( | Request request )
|
request
-
The request to set.
public Response getResponse( | ) |
public void setResponse( | Response response )
|
response
-
The response to set.
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |