Package dw.xmlrpc.exception
Class DokuUnknownException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dw.xmlrpc.exception.DokuException
-
- dw.xmlrpc.exception.DokuUnknownException
-
- All Implemented Interfaces:
java.io.Serializable
public class DokuUnknownException extends DokuException
Thrown when an xmlrpc query failed for an unknown reason. To have more information on the failure you may access the original exception using getCause()- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DokuUnknownException(java.lang.String message, java.lang.Throwable cause)
DokuUnknownException(java.lang.Throwable cause)
-