Class IllegalTxnFactoryException

All Implemented Interfaces:
Serializable

public class IllegalTxnFactoryException extends IllegalStateException
An IllegalStateException thrown when a TxnFactory can't be created because the TxnConfig is not correct.
See Also:
  • Field Details

  • Constructor Details

    • IllegalTxnFactoryException

      public IllegalTxnFactoryException(String message)
      Creates a new IllegalTxnFactoryException.
      Parameters:
      message - the message of the IllegalTxnFactoryException.
    • IllegalTxnFactoryException

      public IllegalTxnFactoryException(String message, 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