Package org.jboss.modcluster.load.metric
Class NodeUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.modcluster.load.metric.NodeUnavailableException
- All Implemented Interfaces:
Serializable
Exception thrown by
LoadMetric
implementations to indicate that the node should be put into error state.
If any of the metrics throws this exception, no further metrics are queried and node is put into error state (-1).- Author:
- Radoslav Husar
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NodeUnavailableException
public NodeUnavailableException()
-