|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.coherence.transaction.exception.RollbackException
public class RollbackException
Indicates that the transaction was rolled back.
| Constructor Summary | |
|---|---|
RollbackException()Default constructor |
|
RollbackException(java.lang.String s)Construct a RollbackException with a msg. |
|
RollbackException(java.lang.Throwable t)Construct a RollbackException from a throwable. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Constructor Detail |
|---|
public RollbackException()
public RollbackException(java.lang.Throwable t)
t - the throwable that caused the rollback to occurpublic RollbackException(java.lang.String s)
s - the exception msg
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||