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
public class IllegalTxnFactoryException extends IllegalStateException
AnIllegalStateException
thrown when aTxnFactory
can't be created because theTxnConfig
is not correct.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalTxnFactoryException(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
-
-
-
-
Constructor Detail
-
IllegalTxnFactoryException
public IllegalTxnFactoryException(String message)
Creates a new IllegalTxnFactoryException.- Parameters:
message
- the message of the IllegalTxnFactoryException.
-
-