Package de.qytera.qtaf.testrail.utils
Class APIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.qytera.qtaf.testrail.utils.APIException
- All Implemented Interfaces:
Serializable
Exceptions which occur during interaction with TestRail's API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAPIException(int status, String message) Create a newAPIExceptionwith the given status and message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
APIException
Create a newAPIExceptionwith the given status and message.- Parameters:
status- the statusmessage- the message
-