Package io.stargate.sdk.loadbalancer
Class NoneResourceAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.stargate.sdk.loadbalancer.NoneResourceAvailableException
- All Implemented Interfaces:
Serializable
Error when no resources are enabled anymore
- Author:
- Cedrick LUNVEN (@clunven)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionError with messageNoneResourceAvailableException(String msg, Throwable parent) Error with message and error. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoneResourceAvailableException
Error with message- Parameters:
msg- current message
-
NoneResourceAvailableException
Error with message and error.- Parameters:
msg- current messageparent- error
-