Class IllegalTxnFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.multiverse.api.exceptions.IllegalTxnFactoryException
- All Implemented Interfaces:
Serializable
An
IllegalStateException thrown when a TxnFactory can't be created because
the TxnConfig is not correct.- Author:
- Peter Veentjer.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalTxnFactoryException(String message) Creates a new IllegalTxnFactoryException.IllegalTxnFactoryException(String message, Throwable cause) Creates a new IllegalTxnFactoryException with the provided message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalTxnFactoryException
Creates a new IllegalTxnFactoryException.- Parameters:
message- the message of the IllegalTxnFactoryException.
-
IllegalTxnFactoryException
-