DbStorage.manager
Class UnavailableUnitException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byDbStorage.DbStorageException
              extended byDbStorage.manager.UnavailableUnitException
All Implemented Interfaces:
java.io.Serializable

public class UnavailableUnitException
extends DbStorageException

Represents an error ocurred when triying to find or create a free unit.

See Also:
Serialized Form

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

UnavailableUnitException

public UnavailableUnitException()
Constructs a UnavailableUnitException without message.


UnavailableUnitException

public UnavailableUnitException(java.lang.String msg)
Constructs a UnavailableUnitException with a specified message.