Class ErrorFieldProtectedException

All Implemented Interfaces:
Serializable

public class ErrorFieldProtectedException extends GeneralReplayException
Represents the Error Field Protected error that occurs when running a TE testing project.
See Also:
  • Constructor Details

    • ErrorFieldProtectedException

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

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