Class PessimisticLockException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getEntity()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • PessimisticLockException

        public PessimisticLockException()
      • PessimisticLockException

        public PessimisticLockException​(java.lang.String message)
      • PessimisticLockException

        public PessimisticLockException​(java.lang.String message,
                                        java.lang.Throwable cause)
      • PessimisticLockException

        public PessimisticLockException​(java.lang.Throwable cause)
      • PessimisticLockException

        public PessimisticLockException​(java.lang.Object entity)
      • PessimisticLockException

        public PessimisticLockException​(java.lang.String message,
                                        java.lang.Throwable cause,
                                        java.lang.Object entity)
    • Method Detail

      • getEntity

        public java.lang.Object getEntity()