storage.advancedStorage
Class AdvancedStorageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bystorage.StorageException
              extended bystorage.advancedStorage.AdvancedStorageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyExistingSpaceNumberException, InconsistentStorageStructureException, InvalidSpaceNumberException, InvalidUnitOffsetException, InvalidUnitSizeException, NotExistingSpaceNumberException, OutOfUnitException, UnitNumberOutOfRangeException

public class AdvancedStorageException
extends StorageException

This class and its subclasses are used to indicate errors in the advanced storage component.

See Also:
Serialized Form

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

AdvancedStorageException

public AdvancedStorageException(java.lang.String msg)
Constructs a AdvancedStorageException with no detail message.


AdvancedStorageException

public AdvancedStorageException()
Constructs a AdvancedStorageException with the specified detail message.