|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multiverse.api.exceptions.TxnExecutionException
org.multiverse.api.exceptions.PropagationException
public class PropagationException
An IllegalStateException throw when there is a conflict with the Txn
propagation. For more information PropagationLevel.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropagationException()
public PropagationException(String message)
message - the message of the exception.
public PropagationException(String message,
Throwable cause)
message - the message of the exceptioncause - the cause of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||