storage.intermediateStorage
Class IntermediateStorageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bystorage.StorageException
              extended bystorage.intermediateStorage.IntermediateStorageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidPageOffsetException, OutOfPageException

public class IntermediateStorageException
extends StorageException

This class and its subclasses are used to indicate errors in the intermediate storage component.

See Also:
Serialized Form

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

IntermediateStorageException

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


IntermediateStorageException

public IntermediateStorageException(java.lang.String msg)
Constructs a IntermediateStorageException with the detailed detail message.