storage.advancedStorage
Class InconsistentStorageStructureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bystorage.StorageException
              extended bystorage.advancedStorage.AdvancedStorageException
                  extended bystorage.advancedStorage.InconsistentStorageStructureException
All Implemented Interfaces:
java.io.Serializable

public class InconsistentStorageStructureException
extends AdvancedStorageException

Thrown when a inconsisten storage organization is detected.

See Also:
Serialized Form

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

InconsistentStorageStructureException

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


InconsistentStorageStructureException

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