Package com.emailit.exception
Class ApiConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.emailit.exception.EmailitException
-
- com.emailit.exception.ApiConnectionException
-
- All Implemented Interfaces:
Serializable
public class ApiConnectionException extends EmailitException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApiConnectionException(String message)ApiConnectionException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class com.emailit.exception.EmailitException
factory, getHttpBody, getHttpHeaders, getHttpStatus, getJsonBody
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-