com.koloboke.collect.hash
Class HashOverflowException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by IllegalStateException
                  extended by com.koloboke.collect.hash.HashOverflowException
All Implemented Interfaces:
Serializable

public class HashOverflowException
extends IllegalStateException

An exception thrown when element or entry couldn't be inserted into the hash container due to implementation limitations.

See Also:
Serialized Form

Constructor Summary
HashOverflowException()
          A sole constructor.
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashOverflowException

public HashOverflowException()
A sole constructor.