Package dw.xmlrpc.exception
Class DokuEmptyNewPageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dw.xmlrpc.exception.DokuException
-
- dw.xmlrpc.exception.DokuEmptyNewPageException
-
- All Implemented Interfaces:
java.io.Serializable
public class DokuEmptyNewPageException extends DokuException
Thrown by Dokuwiki when one try to use putPage with an empty page content if the page doesn't exist yet (or has alreay been deleted)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DokuEmptyNewPageException(java.lang.Throwable cause)
-