com.marklogic.xcc.exceptions
Class RequestPermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.marklogic.xcc.exceptions.XccException
com.marklogic.xcc.exceptions.RequestException
com.marklogic.xcc.exceptions.RequestPermissionException
- All Implemented Interfaces:
- Serializable
- public class RequestPermissionException
- extends RequestException
This exception indicates missing or incorrect permissions
for a server request.
- See Also:
- Serialized Form
|
Method Summary |
String |
getUser()
The user to which this permission issue applies. |
RequestPermissionException
public RequestPermissionException(String message,
Request request,
String user)
RequestPermissionException
public RequestPermissionException(String message,
Request request,
String user,
Throwable cause)
getUser
public String getUser()
- The user to which this permission issue applies.
- Returns:
- A user name as a String.
Copyright © 2003-2008 Mark Logic Corporation, All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com