storage.primitiveStorage
Class UnaddressableChunkException

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

public class UnaddressableChunkException
extends PrimitiveStorageException

Thrown when trying to construct a fixed chunk which size-offser combination can not be addressable.

See Also:
Serialized Form

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

UnaddressableChunkException

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


UnaddressableChunkException

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