storage
Class StorageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bystorage.StorageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AdvancedStorageException, IntermediateStorageException, PrimitiveStorageException, StorageToolException

public class StorageException
extends java.lang.Exception

This class and its subclasses are thrown to indicate a error in some storage component.

See Also:
Serialized Form

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

StorageException

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


StorageException

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