com.ibm.websphere.wlm.exception
Class ClusterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ws.exception.WsException
com.ibm.ws.wlm.WLMException
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
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 |
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)