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:
java.io.Serializable
public class IllegalTxnFactoryException extends java.lang.IllegalStateException
AnIllegalStateException
thrown when aTxnFactory
can't be created because theTxnConfig
is not correct.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description IllegalTxnFactoryException(java.lang.String message)
Creates a new IllegalTxnFactoryException.IllegalTxnFactoryException(java.lang.String message, java.lang.Throwable cause)
Creates a new IllegalTxnFactoryException with the provided message and cause.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IllegalTxnFactoryException
public IllegalTxnFactoryException(java.lang.String message)
Creates a new IllegalTxnFactoryException.- Parameters:
message
- the message of the IllegalTxnFactoryException.
-
IllegalTxnFactoryException
public IllegalTxnFactoryException(java.lang.String message, java.lang.Throwable cause)
Creates a new IllegalTxnFactoryException with the provided message and cause.- Parameters:
message
- the message of the IllegalTxnFactoryException.cause
- the cause of the IllegalTxnFactoryException
-
-