LimeWire Collection Component API

org.limewire.collection
Class NoMoreStorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
NoMoreStorageException()
           
NoMoreStorageException(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

NoMoreStorageException

public NoMoreStorageException()

NoMoreStorageException

public NoMoreStorageException(String msg)

LimeWire Collection Component API

Copyright © 2008 Lime Wire LLC. All Rights Reserved.