java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.faulttolerance.SupplierException
- All Implemented Interfaces:
Serializable
An exception class that is a
RuntimeException and is used to wrap
an exception that cannot be thrown in a supplier.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSupplierException(String message, Throwable cause) Create an instance using aThrowable.SupplierException(Throwable cause) Create an instance using aThrowable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SupplierException
Create an instance using aThrowable.- Parameters:
cause- the cause
-
SupplierException
Create an instance using aThrowable.- Parameters:
message- the messagecause- the cause
-