IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid
Class CatalogNetworkPartitioningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.objectgrid.ObjectGridException
              extended by com.ibm.websphere.objectgrid.CatalogNetworkPartitioningException
All Implemented Interfaces:
IObjectGridException, Serializable

public class CatalogNetworkPartitioningException
extends ObjectGridException

This exception is used to indicate that the catalog servers are partitioned into different groups

Since:
WAS XD 6.1 FIX3
See Also:
Serialized Form

Constructor Summary
CatalogNetworkPartitioningException()
          Constructs a new CatalogNetworkPartitionException with null as its detail message.
 
Method Summary
 
Methods inherited from class com.ibm.websphere.objectgrid.ObjectGridException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatalogNetworkPartitioningException

public CatalogNetworkPartitioningException()
Constructs a new CatalogNetworkPartitionException with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to the initCause method. In addition the failure code is initialized to UNKNOWN.


IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.