Qizx fe-4.4p2 API

com.qizx.api
Class AccessControlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.qizx.api.QizxException
              extended by com.qizx.api.DataModelException
                  extended by com.qizx.api.LibraryException
                      extended by com.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, NON_XML, QUERY
 
Constructor Summary
AccessControlException(String message)
          Constructs an AccessControlException.
 
Method Summary
 
Methods inherited from class com.qizx.api.QizxException
getErrorCode, setErrorCode, setErrorCode, substituteCode
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessControlException

public AccessControlException(String message)
Constructs an AccessControlException.

Parameters:
message - reason for denying access.

© 2010 Axyana Software