| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
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
Constructor Summary | |
---|---|
UnavailableServiceException()
|
|
UnavailableServiceException(java.lang.String)
|
|
UnavailableServiceException(java.lang.String, java.lang.Throwable)
|
|
UnavailableServiceException(java.lang.Throwable)
|
Method Summary | |
---|---|
public
int | getReplicationGroup()
|
public
void | setReplicationGroup(int)
|
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 UnavailableServiceException( | ) |
public UnavailableServiceException( | String message )
|
public UnavailableServiceException( | String message , | Throwable cause )
|
public UnavailableServiceException( | Throwable cause )
|
Method Detail |
public int getReplicationGroup( | ) |
public void setReplicationGroup( | int replicationGroup )
|
replicationGroup
-
The replicationGroup to set.
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |