org.openmrs.api
Class DuplicateConceptNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openmrs.api.APIException
                  extended by org.openmrs.api.DuplicateConceptNameException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateConceptNameException
extends APIException

An error of this type is thrown when a concept name is found in the database when one tries to create a new one with the same preferred name in the same locale

See Also:
Serialized Form

Constructor Summary
DuplicateConceptNameException()
           
DuplicateConceptNameException(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

DuplicateConceptNameException

public DuplicateConceptNameException()

DuplicateConceptNameException

public DuplicateConceptNameException(java.lang.String message)

OpenMRS-trunk

Generated Aug 15 2010 10:05 PM. NOTE - these libraries are in active development and subject to change