Class FaultToleranceDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceException
org.eclipse.microprofile.faulttolerance.exceptions.FaultToleranceDefinitionException
- All Implemented Interfaces:
Serializable
The exception should be thrown when the definition of any Fault Tolerance annotations is invalid.
The deployment should fail.
Emily Jiang
- See Also:
-
Constructor Summary
ConstructorDescriptionFaultToleranceDefinitionException
(String message) FaultToleranceDefinitionException
(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FaultToleranceDefinitionException
public FaultToleranceDefinitionException() -
FaultToleranceDefinitionException
-
FaultToleranceDefinitionException
-
FaultToleranceDefinitionException
-