Package com.intercom.api.core
Class IntercomException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.intercom.api.core.IntercomException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IntercomApiException
This class serves as the base exception for all errors in the SDK.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIntercomException(String message) IntercomException(String message, Exception e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IntercomException
-
IntercomException
-