com.ibm.websphere.wlm.exception

Class ClusterException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.ws.exception.WsException
  5. extended bycom.ibm.ws.wlm.WLMException
  6. extended bycom.ibm.websphere.wlm.exception.ClusterException
All implemented interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable
Direct known subclasses:
ConfigurationException, InvalidParameterException, InvalidRegistrationKeyException, WeightTableEntryOutOfRangeException

  1. public class ClusterException
  2. 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

Constructor and Description
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

  1. public ClusterException()

ClusterException

  1. public ClusterException(java.lang.String message)

ClusterException

  1. public ClusterException(java.lang.Throwable cause)

ClusterException

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