org.limewire.collection
Class NoMoreStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.limewire.collection.NoMoreStorageException
- All Implemented Interfaces:
- Serializable
public class NoMoreStorageException
- extends RuntimeException
Thrown when there isn't any more space left in the
underlying data structure to store the new element which was attempted
to be added. For example, if you create a FixedsizeHashMap with
a size of 10 and attempt to add the 11th item,
FixedsizeHashMap.put(Object, Object) throws
NoMoreStorageException.
- Author:
- Anurag Singla
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoMoreStorageException
public NoMoreStorageException()
NoMoreStorageException
public NoMoreStorageException(String msg)
Copyright © 2008 Lime Wire LLC. All Rights Reserved.