DbStorage.manager
Class AlreadyExistingException

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

public class AlreadyExistingException
extends DbStorageException

Represents an error ocurred when triying to add something existing.

See Also:
Serialized Form

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

AlreadyExistingException

public AlreadyExistingException()
Constructs a AlreadyExistingException without message.


AlreadyExistingException

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