|
LimeWire collection component api | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.limewire.collection.NoMoreStorageException
public class NoMoreStorageException
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.
| Constructor Summary | |
|---|---|
NoMoreStorageException()
|
|
NoMoreStorageException(java.lang.String msg)
|
|
| 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 |
|---|
public NoMoreStorageException()
public NoMoreStorageException(java.lang.String msg)
|
LimeWire collection component api | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||