org.ehcache.core.exceptions
Class LimitExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ehcache.core.exceptions.LimitExceededException
All Implemented Interfaces:
java.io.Serializable

public class LimitExceededException
extends java.lang.Exception

This exception is thrown when SizeOfEngine reaches the maximum limit defined in SizeOfEngineConfiguration while sizing the object on heap

See Also:
Serialized Form

Constructor Summary
LimitExceededException(java.lang.String message)
          Creates an exception with the provided message
 
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

LimitExceededException

public LimitExceededException(java.lang.String message)
Creates an exception with the provided message

Parameters:
message - information about the exception