Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • DokuUnauthorizedException

        public DokuUnauthorizedException​(java.lang.Throwable cause)
      • DokuUnauthorizedException

        public DokuUnauthorizedException​(java.lang.String message,
                                         java.lang.Throwable cause)