Class ESINoTargetAssignmentException

All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class ESINoTargetAssignmentException extends ESIException implements Serializable


Supported API: true

Extendable: false
See Also:
  • Constructor Details

    • ESINoTargetAssignmentException

      public ESINoTargetAssignmentException()
      Default Constructor

      Supported API: true
    • ESINoTargetAssignmentException

      public ESINoTargetAssignmentException(int errorCode, String message)
      Constructs a ESIException exception with the input message. The input argument "errorCode" is used in "Pre_Release_Validate" workflow expression to take the appropriate path after its execution. Check the constants which starts with "EC_" in ESIConst for different error codes. e.g., when the "Pre_Release_Validate" workflow expression receives this exception with the error code ESIConst.EC_NO_VALID_PROMOTABLES, the OOTB workflow will get terminated.

      Supported API: true
      Parameters:
      errorCode - - error code to decide the path after the execution of "Pre_Release_Validate" workflow expression.
      message - - exception message