DbStorage
Class TooSmallPageSizeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byDbStorage.DbStorageException
              extended byDbStorage.TooSmallPageSizeException
All Implemented Interfaces:
java.io.Serializable

public class TooSmallPageSizeException
extends DbStorageException

Represents an error when trying to use a too small page size.

See Also:
Serialized Form

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

TooSmallPageSizeException

public TooSmallPageSizeException()
Constructs a TooSmallPageSizeException without message.


TooSmallPageSizeException

public TooSmallPageSizeException(java.lang.String msg)
Constructs a TooSmallPageSizeException with a specified message.