net.openhft.collect.hash
Class HashOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
net.openhft.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HashOverflowException
public HashOverflowException()
- A sole constructor.