org.openmrs.api.context
Class ContextAuthenticationException

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

public class ContextAuthenticationException
extends APIException

This exception is thrown when a user attempts to access a service or object that they do not have rights to.

See Also:
Serialized Form

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

ContextAuthenticationException

public ContextAuthenticationException()

ContextAuthenticationException

public ContextAuthenticationException(java.lang.String message)

ContextAuthenticationException

public ContextAuthenticationException(java.lang.Throwable cause)

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change