storage.primitiveStorage
Class InvalidBufferCapacityException

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

public class InvalidBufferCapacityException
extends PrimitiveStorageException

Thrown when trying to create a buffer with a invalid size, i.e. a negative size.

See Also:
Serialized Form

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

InvalidBufferCapacityException

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


InvalidBufferCapacityException

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