storage.advancedStorage
Class OutOfUnitException

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

public class OutOfUnitException
extends AdvancedStorageException

Thrown when trying to acces retrive more information that the unit has.

See Also:
Serialized Form

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

OutOfUnitException

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


OutOfUnitException

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