IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.objectgrid
ObjectGridRPCException

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


This exception is thrown during ObjectGrid remote procedure call for client/server, configuration and system admin. Look throwable and message for the cause of this exception.


Constructor Summary
ObjectGridRPCException()
          
ObjectGridRPCException(java.lang.String)
          
ObjectGridRPCException(java.lang.String, java.lang.Throwable)
          
ObjectGridRPCException(java.lang.Throwable)
          


Method Summary
public  intgetReplicationGroup()
          
public  voidsetReplicationGroup(int)
          
public  RequestgetRequest()
          
public  voidsetRequest(com.ibm.ws.objectgrid.objectMapping.Request)
          
public  ResponsegetResponse()
          
public  voidsetResponse(com.ibm.ws.objectgrid.objectMapping.Response)
          

Inherited Methods

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

ObjectGridRPCException

public ObjectGridRPCException( )
default constructor


ObjectGridRPCException

public ObjectGridRPCException( String message)
constructor
Parameters:


ObjectGridRPCException

public ObjectGridRPCException( String message,Throwable cause)
constructor
Parameters:


ObjectGridRPCException

public ObjectGridRPCException( Throwable cause)
constructor
Parameters:


Method Detail

getReplicationGroup

public int getReplicationGroup()
get replication group


Returns:
     Returns the replicationGroup.


setReplicationGroup

public void setReplicationGroup(int replicationGroup)
set replication group
Parameters:
    replicationGroup - The replicationGroup to set.


getRequest

public Request getRequest()
get original request


Returns:
     Returns the request.


setRequest

public void setRequest(Request request)
set original request
Parameters:
    request - The request to set.


getResponse

public Response getResponse()
get response


Returns:
     Returns the response.


setResponse

public void setResponse(Response response)
set response
Parameters:
    response - The response to set.


IBM WebSphere Extended Deployment (XD)TM
Release 6.0