|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.torque.TorqueException
org.apache.torque.OptimisticLockingFailedException
public class OptimisticLockingFailedException
This exception is thrown if the database detects that a row in a table with optimistic locking was updated by another process.
Constructor Summary | |
---|---|
OptimisticLockingFailedException(String msg)
Constructs a new ConcurrentUpdateException
with specified detail message. |
|
OptimisticLockingFailedException(String msg,
Throwable nested)
Constructs a new ConcurrentUpdateException
with specified detail message and nested Throwable . |
|
OptimisticLockingFailedException(Throwable nested)
Constructs a new ConcurrentUpdateException
with specified nested Throwable . |
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 |
---|
public OptimisticLockingFailedException(Throwable nested)
ConcurrentUpdateException
with specified nested Throwable
.
nested
- the exception or error that caused this exception
to be thrown.public OptimisticLockingFailedException(String msg, Throwable nested)
ConcurrentUpdateException
with specified detail message and nested Throwable
.
msg
- the error message.nested
- the exception or error that caused this exception
to be thrown.public OptimisticLockingFailedException(String msg)
ConcurrentUpdateException
with specified detail message.
msg
- the error message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |