Package net.sf.ehcache.search.aggregator
Class AggregatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.ehcache.CacheException
-
- net.sf.ehcache.search.SearchException
-
- net.sf.ehcache.search.aggregator.AggregatorException
-
- All Implemented Interfaces:
java.io.Serializable
public class AggregatorException extends SearchException
Thrown if an Aggregator cannot complete. This could be for a number of reasons:- The Aggregator does not support the result type
- The specified Aggregator cannot be found by the class loader, which could happen if the aggregator executes on a node which does not have the Aggregator class.
- Author:
- Greg Luck
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AggregatorException(java.lang.String message)AggregatorException
-