org.jboss.cache.optimistic
Class DataVersioningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.cache.CacheException
                  extended by org.jboss.cache.optimistic.DataVersioningException
All Implemented Interfaces:
java.io.Serializable

public class DataVersioningException
extends CacheException

Denotes exceptions to do with data versioning in optimistic locking

Since:
1.4.1
Author:
Manik Surtani
See Also:
Serialized Form

Constructor Summary
DataVersioningException()
           
DataVersioningException(java.lang.String msg)
           
DataVersioningException(java.lang.String msg, java.lang.Throwable 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

DataVersioningException

public DataVersioningException()

DataVersioningException

public DataVersioningException(java.lang.String msg)

DataVersioningException

public DataVersioningException(java.lang.String msg,
                               java.lang.Throwable cause)