Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.coherence.transaction.exception
Class PredicateFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tangosol.coherence.transaction.exception.PredicateFailedException

All Implemented Interfaces:
java.io.Serializable

public class PredicateFailedException
extends java.lang.RuntimeException

Indicates that a predicate failed when attempting to write a value.

Author:
js 2009.08.01

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

PredicateFailedException

public PredicateFailedException(java.lang.String sMsg)
Create a PredicateFailedException with a string msg.
Parameters:
sMsg - the message

PredicateFailedException

public PredicateFailedException(java.lang.Throwable t)
Create a PredicateFailedException with a throwable.
Parameters:
t - the throwable

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.