Class APIException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.qytera.qtaf.testrail.utils.APIException
All Implemented Interfaces:
Serializable

public class APIException extends Exception
Exceptions which occur during interaction with TestRail's API.
See Also:
  • Constructor Details

    • APIException

      public APIException(int status, String message)
      Create a new APIException with the given status and message.
      Parameters:
      status - the status
      message - the message