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.IllegalStateExceptionAnIllegalStateExceptionthrown when aTxnFactorycan't be created because theTxnConfigis not correct.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
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
-
-