org.geotools.caching
Class CacheOversizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.geotools.caching.featurecache.FeatureCacheException
              extended by org.geotools.caching.CacheOversizedException
All Implemented Interfaces:
java.io.Serializable

public class CacheOversizedException
extends FeatureCacheException

An Exception that is thrown when the size of the features being added to the cache exceeds the size of the cache.

See Also:
Serialized Form

Constructor Summary
CacheOversizedException()
           
CacheOversizedException(java.lang.String message)
           
CacheOversizedException(java.lang.Throwable t)
           
 
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

CacheOversizedException

public CacheOversizedException()

CacheOversizedException

public CacheOversizedException(java.lang.Throwable t)

CacheOversizedException

public CacheOversizedException(java.lang.String message)


Copyright © 1996-2010 Geotools. All Rights Reserved.