DbStorage.primitives
Class InvalidUnitException

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

public class InvalidUnitException
extends DbStorageException

Represents an error ocurred when triying to use a free unit.

See Also:
Serialized Form

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

InvalidUnitException

public InvalidUnitException()
Constructs a InvalidUnitException without message.


InvalidUnitException

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