storage.advancedStorage
Class InvalidUnitSizeException

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

public class InvalidUnitSizeException
extends AdvancedStorageException

Thrown when trying to use a invalid unit size, i.e. a negative unit size or a unit size bigger than page size.

See Also:
Serialized Form

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

InvalidUnitSizeException

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


InvalidUnitSizeException

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