Package wt.pom

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