Package dw.xmlrpc.exception
Class DokuException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dw.xmlrpc.exception.DokuException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DokuAttachmentStillReferenced,DokuAttachmentUploadException,DokuBadUrlException,DokuDeleteAttachmentException,DokuDistantFileDoesntExistException,DokuEmptyNewPageException,DokuIncompatibleVersionException,DokuInvalidTimeStampException,DokuMethodDoesNotExistsException,DokuMisConfiguredWikiException,DokuNoChangesException,DokuPageDoesNotExistException,DokuPageLockedException,DokuTimeoutException,DokuUnauthorizedException,DokuUnknownException,DokuWordblockException
public class DokuException extends java.lang.ExceptionGeneric exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DokuException(java.lang.String message)DokuException(java.lang.String message, java.lang.Throwable cause)DokuException(java.lang.Throwable cause)
-