wt.pom
Class PagingFetchTimeOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by wt.util.WTException
              extended by wt.pom.PersistenceException
                  extended by wt.pom.PagingFetchTimeOutException
All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class PagingFetchTimeOutException
extends PersistenceException

PagingFetchTimeOutException captures errors when fetching pages. If an attempt is made to fetch a page and the opening of the paging session has not yet completed (some of the work may be done in a background process), then this exception is thrown. It may be possible that a re-try of the fetch will be successful.

Supported API: true
Extendable: false

See Also:
Serialized Form

Method Summary
 
Methods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait