storage.primitiveStorage
Class PrimitiveStorageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bystorage.StorageException
              extended bystorage.primitiveStorage.PrimitiveStorageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyExistingChunkNumberException, InvalidBufferCapacityException, InvalidChunkNumberException, InvalidChunkOffsetException, InvalidChunkSizeException, InvalidPageSizeException, NotExistingChunkNumberException, PageNumberOutOfRangeException, UnaddressableChunkException

public class PrimitiveStorageException
extends StorageException

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

See Also:
Serialized Form

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

PrimitiveStorageException

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


PrimitiveStorageException

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