|
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.PredicateFailedException
public class PredicateFailedException
Indicates that a predicate failed when attempting to write a value.
| Constructor Summary | |
|---|---|
PredicateFailedException(java.lang.String sMsg)Create a PredicateFailedException with a string msg. |
|
PredicateFailedException(java.lang.Throwable t)Create a PredicateFailedException with 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 PredicateFailedException(java.lang.String sMsg)
sMsg - the messagepublic PredicateFailedException(java.lang.Throwable t)
t - the throwable
|
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 | |||||||