Package net.sf.ehcache.pool.sizeof
Class MaxDepthExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.ehcache.pool.sizeof.MaxDepthExceededException
-
- All Implemented Interfaces:
java.io.Serializable
public class MaxDepthExceededException extends java.lang.RuntimeException- Author:
- Ludovic Orban
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaxDepthExceededException(java.lang.String msg)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToMeasuredSize(long toAdd)Add to the partially measured sizelonggetMeasuredSize()Get the partially measured size
-