Class HllapiNotFoundException

All Implemented Interfaces:
Serializable

public class HllapiNotFoundException extends GeneralReplayException
Represents the HLLAPI Not Found error that occurs when running a TE testing project.
See Also:
  • Constructor Details

    • HllapiNotFoundException

      public HllapiNotFoundException(TestObject testObject, String message)
      Constructs a new HllapiNotFoundException with the test object.
      Parameters:
      testObject - the test object.
      message - the detailed message.
    • HllapiNotFoundException

      public HllapiNotFoundException(TestObject testObject, int errorCode, String message)
      Constructs a new HllapiNotFoundException with the test object the specified detail message and error code.
      Parameters:
      testObject - the test object.
      errorCode - the error code representing the error that occurred.
      message - the detailed message.