storage.tools
Class UndroppableChunkException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bystorage.StorageException
              extended bystorage.tools.StorageToolException
                  extended bystorage.tools.UndroppableChunkException
All Implemented Interfaces:
java.io.Serializable

public class UndroppableChunkException
extends StorageToolException

Thrown when trying to drop a chunk, but it is attached to a existing space.

See Also:
Serialized Form

Constructor Summary
UndroppableChunkException()
          Constructs a UndroppableChunkException with no detail message.
UndroppableChunkException(java.lang.String msg)
          Constructs a UndroppableChunkException with the specified detail message.
 
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

UndroppableChunkException

public UndroppableChunkException()
Constructs a UndroppableChunkException with no detail message.


UndroppableChunkException

public UndroppableChunkException(java.lang.String msg)
Constructs a UndroppableChunkException with the specified detail message.