com.jmex.pool
Class MaxPoolSizeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jmex.pool.MaxPoolSizeException
All Implemented Interfaces:
java.io.Serializable

public class MaxPoolSizeException
extends java.lang.RuntimeException

MaxPoolSizeException is thrown by SpatialPool if the maximum pool size has been reached and the Mode is set to ERROR.

Author:
Matthew D. Hicks
See Also:
Serialized Form

Constructor Summary
MaxPoolSizeException(java.lang.String s)
           
 
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

MaxPoolSizeException

public MaxPoolSizeException(java.lang.String s)