storage.tools
Class StorageToolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bystorage.StorageException
              extended bystorage.tools.StorageToolException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadFileFormatException, UndroppableChunkException, UndroppableSpaceException

public class StorageToolException
extends StorageException

This class and its subclasses are used to indicate the errors generated by the storage tools.

See Also:
Serialized Form

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

StorageToolException

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


StorageToolException

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