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:
java.io.Serializable
- Direct Known Subclasses:
IntercomApiException
public class IntercomException extends java.lang.RuntimeExceptionThis class serves as the base exception for all errors in the SDK.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntercomException(java.lang.String message)IntercomException(java.lang.String message, java.lang.Exception e)
-