DbStorage.manager
Class NotExistingException

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

public class NotExistingException
extends DbStorageException

Represents an error ocurred when triying to use something that does not exist.

See Also:
Serialized Form

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

NotExistingException

public NotExistingException()
Constructs a NotExistingException without message.


NotExistingException

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