com.ibm.websphere.wlm.exception
Class ClusterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.ws.exception.WsException
              extended bycom.ibm.ws.wlm.WLMException
                  extended bycom.ibm.websphere.wlm.exception.ClusterException
All Implemented Interfaces:
java.io.Serializable, com.ibm.ws.exception.WsNestedException
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.6
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)
           
 
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)