public class OptimisticLockingFailedException extends TorqueException
| Constructor and Description | 
|---|
| OptimisticLockingFailedException(String msg)Constructs a new  ConcurrentUpdateExceptionwith specified detail message. | 
| OptimisticLockingFailedException(String msg,
                                Throwable nested)Constructs a new  ConcurrentUpdateExceptionwith specified detail message and nestedThrowable. | 
| OptimisticLockingFailedException(Throwable nested)Constructs a new  ConcurrentUpdateExceptionwith specified nestedThrowable. | 
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic 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.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.