org.openmrs.api
Class APIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openmrs.api.APIException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
APIAuthenticationException, ConceptsLockedException, ContextAuthenticationException, DAOException, ImmutableResultException, ParameterException, PatientIdentifierException, RenderingException, ReportRenderingException, UnallowedIdentifierException

public class APIException
extends java.lang.RuntimeException

Represents often fatal errors that occur within the API infrastructure.

Version:
1.0
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
APIException()
           
APIException(java.lang.String message)
           
APIException(java.lang.String message, java.lang.Throwable cause)
           
APIException(java.lang.Throwable cause)
           
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

APIException

public APIException()

APIException

public APIException(java.lang.String message)

APIException

public APIException(java.lang.String message,
                    java.lang.Throwable cause)

APIException

public APIException(java.lang.Throwable cause)

OpenMRS-trunk

Generated May 29 2008 02:01 AM. NOTE - these libraries are in active development and subject to change