Class ApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.techcognita.javachatx.api.ApiException
All Implemented Interfaces:
Serializable

public class ApiException extends Exception
Exception thrown when there are issues with API communication.
See Also:
  • Constructor Details

    • ApiException

      public ApiException(String message)
    • ApiException

      public ApiException(String message, Throwable cause)