IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1

com.ibm.websphere.objectgrid
UnavailableServiceException

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


This exception is thrown when all servers are dead or when all services are unavailable even though servers are running.


Constructor Summary
UnavailableServiceException()
          
UnavailableServiceException(java.lang.String)
          
UnavailableServiceException(java.lang.String, java.lang.Throwable)
          
UnavailableServiceException(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

UnavailableServiceException

public UnavailableServiceException( )
Default Constructor


UnavailableServiceException

public UnavailableServiceException( String message)
Constructor
Parameters:


UnavailableServiceException

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


UnavailableServiceException

public UnavailableServiceException( Throwable cause)
Constructor
Parameters:


Method Detail

getReplicationGroup

public int getReplicationGroup()
get replication group ID


Returns:
     Returns the replicationGroup.


setReplicationGroup

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


IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1