Package dw.xmlrpc.exception
Class DokuUnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dw.xmlrpc.exception.DokuException
-
- dw.xmlrpc.exception.DokuUnauthorizedException
-
- All Implemented Interfaces:
java.io.Serializable
public class DokuUnauthorizedException extends DokuException
Thrown when a user attempts to make a query he isn't allowed to. If this exception is unexpected you may want to check: * The credentials given to the #dw.xmlrpc.DokuJClient * The wiki configuration (xmlrpc interface must be enabled, and this user must be allowed to use it)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DokuUnauthorizedException(java.lang.String message, java.lang.Throwable cause)
DokuUnauthorizedException(java.lang.Throwable cause)
-