public class IllegalTxnFactoryException
extends java.lang.IllegalStateException
IllegalStateException
thrown when a TxnFactory
can't be created because
the TxnConfig
is not correct.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.
|
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