org.apache.wicket.page
Class CouldNotLockPageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.wicket.page.CouldNotLockPageException
All Implemented Interfaces:
java.io.Serializable

public class CouldNotLockPageException
extends java.lang.RuntimeException

TODO javadoc

See Also:
Serialized Form

Constructor Summary
CouldNotLockPageException(int page, java.lang.String threadName, Duration timeout)
          Construct.
 
Method Summary
 int getPage()
           
 java.lang.String getThreadName()
           
 Duration getTimeout()
           
 
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

CouldNotLockPageException

public CouldNotLockPageException(int page,
                                 java.lang.String threadName,
                                 Duration timeout)
Construct.

Parameters:
page -
threadName -
timeout -
Method Detail

getPage

public int getPage()
Returns:
page

getTimeout

public Duration getTimeout()
Returns:
timeout

getThreadName

public java.lang.String getThreadName()
Returns:
threadName


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.