Class NodeUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.modcluster.load.metric.NodeUnavailableException
All Implemented Interfaces:
Serializable

public class NodeUnavailableException extends Exception
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 Details

    • NodeUnavailableException

      public NodeUnavailableException()