IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.objectgrid
DominoWriteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.websphere.objectgrid.ObjectGridException
                    |
                    +--com.ibm.websphere.objectgrid.plugins.LoaderException
                          |
                          +--com.ibm.websphere.objectgrid.DominoWriteException


This exception is thrown when request tries to write into replication cluster when it is in the Domino read only mode.


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


Method Summary
public  intgetReplicationGroup()
          
public  voidsetReplicationGroup(int)
          

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

DominoWriteException

public DominoWriteException( )
Default constructor


DominoWriteException

public DominoWriteException( String message)
Constructor
Parameters:


DominoWriteException

public DominoWriteException( String message,Throwable cause)
Constructor
Parameters:


DominoWriteException

public DominoWriteException( Throwable cause)
Constructor
Parameters:


Method Detail

getReplicationGroup

public int getReplicationGroup()


Returns:
     Returns the replicationGroup.


setReplicationGroup

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


IBM WebSphere Extended Deployment (XD)TM
Release 6.0