storage.advancedStorage
Class UnitNumberOutOfRangeException

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

public class UnitNumberOutOfRangeException
extends AdvancedStorageException

Thrown when trying to use a unit which number is out of the space.

See Also:
Serialized Form

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

UnitNumberOutOfRangeException

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


UnitNumberOutOfRangeException

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