Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.poller.PollerException

Packages that use PollerException
com.liferay.portal.dao.shard   
com.liferay.portal.kernel.poller   
 

Uses of PollerException in com.liferay.portal.dao.shard
 

Methods in com.liferay.portal.dao.shard that throw PollerException
 void ShardPollerProcessorWrapper.receive(PollerRequest pollerRequest, PollerResponse pollerResponse)
           
 void ShardPollerProcessorWrapper.send(PollerRequest pollerRequest)
           
 

Uses of PollerException in com.liferay.portal.kernel.poller
 

Subclasses of PollerException in com.liferay.portal.kernel.poller
 class PollerResponseClosedException
           
 class PollerWriterClosedException
           
 

Methods in com.liferay.portal.kernel.poller that throw PollerException
 void BasePollerProcessor.receive(PollerRequest pollerRequest, PollerResponse pollerResponse)
           
 void PollerProcessor.receive(PollerRequest pollerRequest, PollerResponse pollerResponse)
           
 void BasePollerProcessor.send(PollerRequest pollerRequest)
           
 void PollerProcessor.send(PollerRequest pollerRequest)
           
 


Liferay 6.1.2-ce-ga3