Class ResilientValue.UnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.faulttolerance.FaultToleranceException
io.helidon.faulttolerance.ResilientValue.UnavailableException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
ResilientValue<T>
Exception indicating that a source may become available later.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnavailableException(String message) Create a new unavailable exception.UnavailableException(String message, Throwable cause) Create a new unavailable exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnavailableException
Create a new unavailable exception.- Parameters:
message- safe description of the failure
-
UnavailableException
-