public class IllegalTxnFactoryException extends IllegalStateException
IllegalStateException
thrown when a TxnFactory
can't be created because
the TxnConfig
is not correct.Constructor and Description |
---|
IllegalTxnFactoryException(String message)
Creates a new IllegalTxnFactoryException.
|
IllegalTxnFactoryException(String message,
Throwable cause)
Creates a new IllegalTxnFactoryException with the provided message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalTxnFactoryException(String message)
message
- the message of the IllegalTxnFactoryException.Copyright © 2020. All rights reserved.