Class IllegalOperationException

All Implemented Interfaces:
Serializable

public class IllegalOperationException extends GeneralReplayException
Represents the Illegal Operation error that occurs when running a TE testing project.
See Also:
  • Constructor Details

    • IllegalOperationException

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

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