org.openmrs.api
Class APIAuthenticationException

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.APIAuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class APIAuthenticationException
extends APIException

Represents often fatal errors that occur within the API infrastructure involving a user's lack of privileges.

Version:
1.0
See Also:
Serialized Form

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

APIAuthenticationException

public APIAuthenticationException()

APIAuthenticationException

public APIAuthenticationException(java.lang.String message)

APIAuthenticationException

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

APIAuthenticationException

public APIAuthenticationException(java.lang.Throwable cause)

OpenMRS-trunk

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