org.unisens
Class DuplicateIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.unisens.DuplicateIdException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateIdException
extends java.lang.Exception

This exception is thrown when a new Entry or Group is created with an id that already exists in the unisens dataset.

Author:
Joerg Ottenbacher, Radi Nedkov, Malte Kirst
See Also:
Serialized Form

Constructor Summary
DuplicateIdException(java.lang.String message)
           
 
Method Summary
 
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

DuplicateIdException

public DuplicateIdException(java.lang.String message)