storage.intermediateStorage
Class InvalidPageOffsetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bystorage.StorageException
              extended bystorage.intermediateStorage.IntermediateStorageException
                  extended bystorage.intermediateStorage.InvalidPageOffsetException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPageOffsetException
extends IntermediateStorageException

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

See Also:
Serialized Form

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

InvalidPageOffsetException

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


InvalidPageOffsetException

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