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

public class TestAgentException extends RuntimeException
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 Details

    • TestAgentException

      public TestAgentException(String testId, String testAgentName, String requestUrl, String message)
  • Method Details

    • getTestId

      public String getTestId()
    • getTestAgentName

      public String getTestAgentName()
    • getRequestUrl

      public String getRequestUrl()