storage.advancedStorage
Class InvalidUnitOffsetException

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

public class InvalidUnitOffsetException
extends AdvancedStorageException

Thrown when trying to use a invalid offset inside a unit, i.e. negative or out of the unit.

See Also:
Serialized Form

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

InvalidUnitOffsetException

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


InvalidUnitOffsetException

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