IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1

com.ibm.websphere.objectgrid
DominoTransactionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.websphere.objectgrid.ObjectGridException
                    |
                    +--com.ibm.websphere.objectgrid.TransactionException
                          |
                          +--com.ibm.websphere.objectgrid.DominoTransactionException


This exception is thrown when client tries to commit a transaction with write into replication cluster when it is in the Domino read only mode.

Inherited Fields

Fields inherited from com.ibm.websphere.objectgrid.TransactionException
ivTransactionRolledBack

Constructor Summary
DominoTransactionException(java.lang.String, boolean)
          
DominoTransactionException(java.lang.Throwable, boolean)
          
DominoTransactionException(java.lang.String, java.lang.Throwable, boolean)
          


Method Summary
public  intgetReplicationGroup()
          
public  voidsetReplicationGroup(int)
          

Inherited Methods

Methods inherited from com.ibm.websphere.objectgrid.TransactionException
isTransactionActive, wasTransactionRolledBack
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

DominoTransactionException

public DominoTransactionException( String message,boolean rolledBack)
Parameters:


DominoTransactionException

public DominoTransactionException( Throwable cause,boolean rolledBack)
Parameters:


DominoTransactionException

public DominoTransactionException( String message,Throwable cause,boolean rolledBack)
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.1