net.dontdrinkandroot.cache.impl.disk.indexed.storage
Class AllocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.dontdrinkandroot.cache.impl.disk.indexed.storage.AllocationException
All Implemented Interfaces:
Serializable

public class AllocationException
extends IOException

Exception that denotes that the allocation of a block failed.

Author:
Philip W. Sorst
See Also:
Serialized Form

Constructor Summary
AllocationException(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

AllocationException

public AllocationException(String msg)


Copyright © 2013 dontdrinkandroot. All Rights Reserved.