storage.advancedStorage
Class NotExistingSpaceNumberException

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

public class NotExistingSpaceNumberException
extends AdvancedStorageException

Thrown when trying to use a space number but it does not exist.

See Also:
Serialized Form

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

NotExistingSpaceNumberException

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


NotExistingSpaceNumberException

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