storage.primitiveStorage
Class PageNumberOutOfRangeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bystorage.StorageException
              extended bystorage.primitiveStorage.PrimitiveStorageException
                  extended bystorage.primitiveStorage.PageNumberOutOfRangeException
All Implemented Interfaces:
java.io.Serializable

public class PageNumberOutOfRangeException
extends PrimitiveStorageException

Thrown when trying to use a page which number is out of the chunk.

See Also:
Serialized Form

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

PageNumberOutOfRangeException

public PageNumberOutOfRangeException()
Constructs a PageNumberOutOfRangeException with no detail message.


PageNumberOutOfRangeException

public PageNumberOutOfRangeException(java.lang.String msg)
Constructs a PageNumberOutOfRangeException with the specified detail message.