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:
Serializable

public class CouldNotLockPageException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
CouldNotLockPageException(int page, String threadName, Duration timeout)
           
 
Method Summary
 int getPage()
           
 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,
                                 String threadName,
                                 Duration timeout)
Method Detail

getPage

public int getPage()

getTimeout

public Duration getTimeout()

getThreadName

public String getThreadName()


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