net.sf.jzeno.exception
Class DeadlockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jzeno.exception.ManagedRuntimeException
net.sf.jzeno.exception.DeadlockException
- All Implemented Interfaces:
- java.io.Serializable
public class DeadlockException
- extends ManagedRuntimeException
This exception gets thrown by a business facade if a deadlock on the database
was detected, and we were selected as deadlock victim. The Dead-retry aspect
will trigger on this exception to retry the method call with a delay.
- See Also:
- Serialized Form
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 |
DeadlockException
public DeadlockException()
DeadlockException
public DeadlockException(java.lang.Throwable cause)
DeadlockException
public DeadlockException(java.lang.String message,
java.lang.Throwable cause)
DeadlockException
public DeadlockException(java.lang.String message)