javax.persistence
Class OptimisticLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.persistence.PersistenceException
                  extended by javax.persistence.OptimisticLockException
All Implemented Interfaces:
Serializable

public class OptimisticLockException
extends PersistenceException

Author:
Emmanuel Bernard
See Also:
Serialized Form

Constructor Summary
OptimisticLockException()
           
OptimisticLockException(String message)
           
OptimisticLockException(String message, Throwable cause)
           
OptimisticLockException(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

OptimisticLockException

public OptimisticLockException()

OptimisticLockException

public OptimisticLockException(Throwable cause)

OptimisticLockException

public OptimisticLockException(String message)

OptimisticLockException

public OptimisticLockException(String message,
                               Throwable cause)