org.jboss.seam.core
Class LockTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.seam.core.LockTimeoutException
All Implemented Interfaces:
Serializable

public class LockTimeoutException
extends Exception

Thrown by the SynchronizationInterceptor when it fails to get a lock within the allocated time.

Author:
Shane Bryzak
See Also:
Serialized Form

Constructor Summary
LockTimeoutException()
           
LockTimeoutException(String message)
           
LockTimeoutException(String message, 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

LockTimeoutException

public LockTimeoutException()

LockTimeoutException

public LockTimeoutException(String message)

LockTimeoutException

public LockTimeoutException(String message,
                            Throwable cause)