public class PropagationException extends TxnExecutionException
IllegalStateException
throw when there is a conflict with the Txn
propagation. For more information PropagationLevel
.Constructor and Description |
---|
PropagationException()
Creates a new PropagationException.
|
PropagationException(java.lang.String message)
Creates a new PropagationException with the provided message.
|
PropagationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new PropagationException with the provided message and cause.
|
public PropagationException()
public PropagationException(java.lang.String message)
message
- the message of the exception.public PropagationException(java.lang.String message, java.lang.Throwable cause)
message
- the message of the exceptioncause
- the cause of the exception.