Class TestAgentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.admin.bit.jeap.testorchestrator.adapter.testagent.TestAgentException
- All Implemented Interfaces:
Serializable
TestAgentException is a runtime Exception, which occurs when the TestAgent-RestAPI is not available,
does not answer in Time (<5 seconds) or answers with a 4xxx or 5xx error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTestAgentException(String testId, String testAgentName, String requestUrl, String message) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TestAgentException
-
-
Method Details
-
getTestId
-
getTestAgentName
-
getRequestUrl
-