Class DeadLockException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DeadLockException
    extends TransactionException
    This exception is thrown when a deadlock between two transactions is detected
    Author:
    Ludovic Orban
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DeadLockException​(java.lang.String message)
      Create a new DeadLockException
    • Method Summary

      • 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

      • DeadLockException

        public DeadLockException​(java.lang.String message)
        Create a new DeadLockException
        Parameters:
        message - the error message