|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
DbStorage.DbStorageException
DbStorage.TooSmallPageSizeException
Represents an error when trying to use a too small page size.
Constructor Summary | |
TooSmallPageSizeException()
Constructs a TooSmallPageSizeException without message. |
|
TooSmallPageSizeException(java.lang.String msg)
Constructs a TooSmallPageSizeException with a specified 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 TooSmallPageSizeException()
TooSmallPageSizeException
without message.
public TooSmallPageSizeException(java.lang.String msg)
TooSmallPageSizeException
with a specified message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |