storage.primitiveStorage
Class InvalidChunkOffsetException

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

public class InvalidChunkOffsetException
extends PrimitiveStorageException

Thrown when trying to use a invalid offset for fixed chunks, i.e. a negative offset.

See Also:
Serialized Form

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

InvalidChunkOffsetException

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


InvalidChunkOffsetException

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