Klasse DeadlockException

Alle implementierten Schnittstellen:
Serializable, Iterable<Throwable>

public class DeadlockException extends TorqueException
This exception is thrown if the database detects a deadlock.
Version:
$Id: DeadlockException.java 1448414 2013-02-20 21:06:35Z tfischer $
Siehe auch:
  • Konstruktordetails

    • DeadlockException

      public DeadlockException(Throwable nested)
      Constructs a new DeadlockException with specified nested Throwable.
      Parameter:
      nested - the exception or error that caused this exception to be thrown.
    • DeadlockException

      public DeadlockException(String msg, Throwable nested)
      Constructs a new DeadlockException with specified detail message and nested Throwable.
      Parameter:
      msg - the error message.
      nested - the exception or error that caused this exception to be thrown.