Package io.mats3
Class MatsInitiator.MatsBackendRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.mats3.MatsInitiator.MatsBackendRuntimeException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- MatsInitiator
Unchecked variant of the
MatsInitiator.MatsBackendException
, thrown from the MatsInitiator.initiateUnchecked(InitiateLambda)
variant of initiate().- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMatsBackendRuntimeException
(String message) MatsBackendRuntimeException
(String message, 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
-
MatsBackendRuntimeException
-
MatsBackendRuntimeException
-