Package com.ptc.windchill.esi.tgt
Class ESINoTargetAssignmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
com.ptc.windchill.esi.utl.ESIException
com.ptc.windchill.esi.tgt.ESINoTargetAssignmentException
- All Implemented Interfaces:
Serializable,LocalizableMessage,Message
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.util.WTException
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionDefault Constructor
Supported API: trueESINoTargetAssignmentException(int errorCode, String message) Constructs a ESIException exception with the input message. -
Method Summary
Methods inherited from class com.ptc.windchill.esi.utl.ESIException
getErrorCode, setErrorCodeMethods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getExceptionIdentifier, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, getWTMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
ESINoTargetAssignmentException
public ESINoTargetAssignmentException()Default Constructor
Supported API: true -
ESINoTargetAssignmentException
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_" inESIConstfor different error codes. e.g., when the "Pre_Release_Validate" workflow expression receives this exception with the error codeESIConst.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
-