storage.primitiveStorage
Class InvalidChunkNumberException

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

public class InvalidChunkNumberException
extends PrimitiveStorageException

Thrown when trying to use a invalid chunk number, i.e. a negative chunk number or a too big chunk number.

See Also:
Serialized Form

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

InvalidChunkNumberException

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


InvalidChunkNumberException

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