wt.pom
Class PagingFetchTimeOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.pom.PersistenceException
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
| 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 |