IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.wlm.exception
Class ClusterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ws.exception.WsException
              extended by com.ibm.ws.wlm.WLMException
                  extended by com.ibm.websphere.wlm.exception.ClusterException
All Implemented Interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable
Direct Known Subclasses:
ConfigurationException, InvalidParameterException, InvalidRegistrationKeyException, WeightTableEntryOutOfRangeException

public class ClusterException
extends com.ibm.ws.wlm.WLMException

The root exception type for all public WLM Cluster exceptions. It is intended that all exceptions generated from the WLM Cluster MBeans throw ClusterExceptions.

Version:
1.7
See Also:
Serialized Form

Constructor Summary
ClusterException()
           
ClusterException(java.lang.String message)
           
ClusterException(java.lang.String message, java.lang.Throwable cause)
           
ClusterException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.ibm.ws.exception.WsException
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

ClusterException

public ClusterException()

ClusterException

public ClusterException(java.lang.String message)

ClusterException

public ClusterException(java.lang.Throwable cause)

ClusterException

public ClusterException(java.lang.String message,
                        java.lang.Throwable cause)

IBM WebSphere Application ServerTM
Release 8