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:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AggregatorException
public AggregatorException(String message)
- AggregatorException
- Parameters:
message
-
Copyright 2001-2014, Terracotta, Inc.