Class PropagationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TxnMandatoryException, TxnNotAllowedException

public class PropagationException extends TxnExecutionException
An IllegalStateException throw when there is a conflict with the Txn propagation. For more information PropagationLevel.
See Also:
  • Field Details

  • Constructor Details

    • PropagationException

      public PropagationException()
      Creates a new PropagationException.
    • PropagationException

      public PropagationException(String message)
      Creates a new PropagationException with the provided message.
      Parameters:
      message - the message of the exception.
    • PropagationException

      public PropagationException(String message, Throwable cause)
      Creates a new PropagationException with the provided message and cause.
      Parameters:
      message - the message of the exception
      cause - the cause of the exception.