|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
storage.StorageException
storage.advancedStorage.AdvancedStorageException
storage.advancedStorage.InvalidUnitSizeException
Thrown when trying to use a invalid unit size, i.e. a negative unit size or a unit size bigger than page size.
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 |
public InvalidUnitSizeException(java.lang.String msg)
InvalidUnitSizeException
with no detail message.
public InvalidUnitSizeException()
InvalidUnitSizeException
with the specified detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |