storage.advancedStorage
Class AlreadyExistingSpaceNumberException

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

public class AlreadyExistingSpaceNumberException
extends AdvancedStorageException

Thrown when trying to create a space with a number that previously exists.

See Also:
Serialized Form

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

AlreadyExistingSpaceNumberException

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


AlreadyExistingSpaceNumberException

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