Spring Web Flow

org.springframework.webflow.conversation.impl
Class LockInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.webflow.conversation.ConversationException
                  extended by org.springframework.webflow.conversation.ConversationLockException
                      extended by org.springframework.webflow.conversation.impl.LockInterruptedException
All Implemented Interfaces:
java.io.Serializable

public class LockInterruptedException
extends ConversationLockException

Exception indicating that some Thread was interrupted during processing and as such processing was halted.

Only used to wrap the checked java.lang.InterruptedException.

See Also:
Serialized Form

Constructor Summary
LockInterruptedException(java.lang.InterruptedException cause)
          Creates a new SystemInterruptedException.
 
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

LockInterruptedException

public LockInterruptedException(java.lang.InterruptedException cause)
Creates a new SystemInterruptedException.

Parameters:
cause - the root cause of this Exception

Spring Web Flow