public class IllegalTxnFactoryException
extends java.lang.IllegalStateException
IllegalStateException
thrown when a TxnFactory
can't be created because
the TxnConfig
is not correct.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and 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.
|
private static final long serialVersionUID
public IllegalTxnFactoryException(java.lang.String message)
message
- the message of the IllegalTxnFactoryException.public IllegalTxnFactoryException(java.lang.String message, java.lang.Throwable cause)
message
- the message of the IllegalTxnFactoryException.cause
- the cause of the IllegalTxnFactoryException