Class CouldNotLockPageException

    • Constructor Summary

      Constructors 
      Constructor Description
      CouldNotLockPageException​(int page, java.lang.String threadName, org.apache.wicket.util.time.Duration timeout)
      Construct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPage()  
      java.lang.String getThreadName()  
      org.apache.wicket.util.time.Duration getTimeout()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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,
                                         org.apache.wicket.util.time.Duration timeout)
        Construct.
        Parameters:
        page - the id of the page instance which is already locked
        threadName - the name of the thread that attempts to acquire the lock on the page
        timeout - the duration that the second thread waited for the lock
    • Method Detail

      • getPage

        public int getPage()
        Returns:
        page
      • getTimeout

        public org.apache.wicket.util.time.Duration getTimeout()
        Returns:
        timeout
      • getThreadName

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