storage.tools
Class UndroppableSpaceException

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

public class UndroppableSpaceException
extends StorageToolException

Thrown when trying to drop a space, but it is not empty.

See Also:
Serialized Form

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

UndroppableSpaceException

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


UndroppableSpaceException

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