Package space.maxus.flare.react
Class ReactiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
space.maxus.flare.react.ReactiveException
- All Implemented Interfaces:
Serializable
An exception that happens during a reactive execution.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveException(String message) ReactiveException(String message, Throwable cause) ReactiveException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReactiveException
public ReactiveException() -
ReactiveException
-
ReactiveException
-
ReactiveException
-