|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.geotools.caching.featurecache.FeatureCacheException
org.geotools.caching.CacheOversizedException
public class CacheOversizedException
An Exception that is thrown when the size of the features being added to the cache exceeds the size of the cache.
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 |
---|
public CacheOversizedException()
public CacheOversizedException(java.lang.Throwable t)
public CacheOversizedException(java.lang.String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |