com.ibm.websphere.wlm.exception
Class ClusterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.ws.exception.WsException
                    |
                    +--com.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.exception.WsException

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.2
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, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, 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)