Class HllapiOperationNotSupportedException

All Implemented Interfaces:
Serializable

public class HllapiOperationNotSupportedException extends GeneralReplayException
Represents the HLLAPI Operation not Supported error that occurs when running a TE testing project.
See Also:
  • Constructor Details

    • HllapiOperationNotSupportedException

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

      public HllapiOperationNotSupportedException(TestObject testObject, int errorCode, String message)
      Constructs a new HllapiOperationNotSupportedException 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 detail message.