Class EmptyNodeListException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.predic8.membrane.core.interceptor.balancer.EmptyNodeListException
- All Implemented Interfaces:
Serializable
This is thrown if there is no Node available right now.
Possible causes:
- Misconfiguration, no node was configured at all.
- All nodes went down during runtime, detected by external monitoring like Nagios/Zabbix, and they were
removed externally through the membrane rest api.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyNodeListException
public EmptyNodeListException()
-