Qizx 2.2 API

com.qizx.api
Class AccessControlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.qizx.api.QizxException
              extended bycom.qizx.api.DataModelException
                  extended bycom.qizx.api.LibraryException
                      extended bycom.qizx.api.AccessControlException
All Implemented Interfaces:
Serializable

public class AccessControlException
extends LibraryException

Exception thrown when an AccessControl denies a User the permission to read or modify information in Library.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.qizx.api.LibraryException
IN_IMPORT, IN_UPDATE, LOCKED, MEMBER_NOT_FOUND, MISC, QUERY
 
Fields inherited from class com.qizx.api.QizxException
errorCode
 
Constructor Summary
AccessControlException(String message)
          Constructs an AccessControlException.
 
Methods inherited from class com.qizx.api.QizxException
getErrorCode, setErrorCode, setErrorCode
 
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

AccessControlException

public AccessControlException(String message)
Constructs an AccessControlException.

Parameters:
message - reason for denying access.

© 2008 Axyana Software