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(String message)
Creates a new PropagationException with the provided message.
|
PropagationException(String message,
Throwable cause)
Creates a new PropagationException with the provided message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropagationException()
public PropagationException(String message)
message
- the message of the exception.Copyright © 2020. All rights reserved.