storage.advancedStorage
Class InvalidSpaceNumberException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bystorage.StorageException
              extended bystorage.advancedStorage.AdvancedStorageException
                  extended bystorage.advancedStorage.InvalidSpaceNumberException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSpaceNumberException
extends AdvancedStorageException

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

See Also:
Serialized Form

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

InvalidSpaceNumberException

public InvalidSpaceNumberException(java.lang.String msg)
Constructs a InvalidSpaceNumberException with no detail message.


InvalidSpaceNumberException

public InvalidSpaceNumberException()
Constructs a InvalidSpaceNumberException with the specified detail message.