Class IntercomException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IntercomApiException

public class IntercomException extends RuntimeException
This class serves as the base exception for all errors in the SDK.
See Also:
  • Constructor Details

    • IntercomException

      public IntercomException(String message)
    • IntercomException

      public IntercomException(String message, Exception e)