org.fusesource.hawtdb.api
Class OptimisticUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fusesource.hawtdb.api.PagingException
org.fusesource.hawtdb.api.OptimisticUpdateException
- All Implemented Interfaces:
- java.io.Serializable
public class OptimisticUpdateException
- extends PagingException
Thrown when transactional operation fails to apply because another transaction has already updated the values
there were seem and are being updated by the current transaction.
- Author:
- Hiram Chirino
- See Also:
- Serialized Form
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 |
OptimisticUpdateException
public OptimisticUpdateException()
OptimisticUpdateException
public OptimisticUpdateException(java.lang.String message,
java.lang.Throwable cause)
OptimisticUpdateException
public OptimisticUpdateException(java.lang.String message)
OptimisticUpdateException
public OptimisticUpdateException(java.lang.Throwable cause)
Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.