com.thimbleware.jmemcached.storage.bytebuffer
Class ByteBufferBlockStore.BadAllocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.thimbleware.jmemcached.storage.bytebuffer.ByteBufferBlockStore.BadAllocationException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ByteBufferBlockStore

public static class ByteBufferBlockStore.BadAllocationException
extends java.lang.RuntimeException

Exception thrown on inability to allocate a new block

See Also:
Serialized Form

Constructor Summary
ByteBufferBlockStore.BadAllocationException(java.lang.String s)
           
 
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

ByteBufferBlockStore.BadAllocationException

public ByteBufferBlockStore.BadAllocationException(java.lang.String s)


Copyright © 2008-2011 ThimbleWare. All Rights Reserved.