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:
- LocalizableMessage, Message, Serializable
- 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
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
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 |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
PagingFetchTimeOutException
public PagingFetchTimeOutException()