com.ibm.websphere.objectgrid
Class CatalogNetworkPartitioningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.objectgrid.ObjectGridException
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
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
.
© Copyright International Business Machines Corp 2005,2012. All rights reserved.