ehcache

net.sf.ehcache.search.aggregator
Class AggregatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.ehcache.CacheException
                  extended by net.sf.ehcache.search.SearchException
                      extended by 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:

Author:
Greg Luck
See Also:
Serialized Form

Constructor Summary
AggregatorException(String message)
          AggregatorException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AggregatorException

public AggregatorException(String message)
AggregatorException

Parameters:
message -

ehcache

Copyright 2001-2016, Terracotta, Inc.