Class PredicateFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.tangosol.coherence.transaction.exception.PredicateFailedException
-
- All Implemented Interfaces:
Serializable
public class PredicateFailedException extends RuntimeException
Indicates that a predicate failed when attempting to write a value.- Author:
- js 2009.08.01
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PredicateFailedException(String sMsg)
Create a PredicateFailedException with a string msg.PredicateFailedException(Throwable t)
Create a PredicateFailedException with a throwable.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PredicateFailedException
public PredicateFailedException(String sMsg)
Create a PredicateFailedException with a string msg.- Parameters:
sMsg
- the message
-
PredicateFailedException
public PredicateFailedException(Throwable t)
Create a PredicateFailedException with a throwable.- Parameters:
t
- the throwable
-
-