Package org.multiverse.api.exceptions
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.- See Also:
-
Field Summary
Fields -
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 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IllegalTxnFactoryException
Creates a new IllegalTxnFactoryException.- Parameters:
message
- the message of the IllegalTxnFactoryException.
-
IllegalTxnFactoryException
Creates a new IllegalTxnFactoryException with the provided message and cause.- Parameters:
message
- the message of the IllegalTxnFactoryException.cause
- the cause of the IllegalTxnFactoryException
-