public class ExecException
extends java.lang.Exception
Java task referred to in the processed configuration scenario.
It includes an exception message.
Refer to the implementation information in the Java task topic.
JavaTask.execute(DataCollection),
Serialized Form| Constructor and Description |
|---|
ExecException()
Constructs a new instance of
ExecException with null as exception message. |
ExecException(java.lang.String message)
Constructs a new instance of
ExecException with the specified text message. |
public ExecException()
ExecException with null as exception message.public ExecException(java.lang.String message)
ExecException with the specified text message.message - The exception message that specifies more information details; It is accessible by the Throwable.getMessage() method.