org.openmrs.api
Class APIAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openmrs.api.APIException
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
| 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 |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
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)
Generated May 29 2008 02:01 AM. NOTE - these libraries are in active development and subject to change