ehcache

net.sf.ehcache.pool.sizeof
Class MaxDepthExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.ehcache.pool.sizeof.MaxDepthExceededException
All Implemented Interfaces:
Serializable

public class MaxDepthExceededException
extends RuntimeException

Author:
Ludovic Orban
See Also:
Serialized Form

Constructor Summary
MaxDepthExceededException(String msg)
          Constructor
 
Method Summary
 void addToMeasuredSize(long toAdd)
          Add to the partially measured size
 long getMeasuredSize()
          Get the partially measured size
 
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

MaxDepthExceededException

public MaxDepthExceededException(String msg)
Constructor

Method Detail

addToMeasuredSize

public void addToMeasuredSize(long toAdd)
Add to the partially measured size

Parameters:
toAdd -

getMeasuredSize

public long getMeasuredSize()
Get the partially measured size

Returns:

ehcache

Copyright 2001-2014, Terracotta, Inc.