Package com.logicaldoc.zoho
Class ZohoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.logicaldoc.zoho.ZohoException
-
- All Implemented Interfaces:
Serializable
public class ZohoException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZohoException()
ZohoException(String message)
ZohoException(String message, Throwable cause)
ZohoException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-