disman
Class EntryAlreadyExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--disman.DismanException
                    |
                    +--disman.EntryAlreadyExistsException

public class EntryAlreadyExistsException
extends DismanException

This class represents the exception that may be thrown by several methods of classes of the disman package. This exception indicates, that a new entry of a table, that is to be created, already exists.

See Also:
Serialized Form

Constructor Summary
EntryAlreadyExistsException()
          Constructs an EntryAlreadyExistsException with no specified detail message.
EntryAlreadyExistsException(java.lang.String msg)
          Constructs an EntryAlreadyExistsException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntryAlreadyExistsException

public EntryAlreadyExistsException()
Constructs an EntryAlreadyExistsException with no specified detail message.

EntryAlreadyExistsException

public EntryAlreadyExistsException(java.lang.String msg)
Constructs an EntryAlreadyExistsException with the specified detail message.