Class ExecException

All Implemented Interfaces:
Serializable

public class ExecException extends Exception
Exception thrown when an Import/Export Connector (IEC) application executes of a customized Java task referred to in the processed configuration scenario. It includes an exception message.

Implementation in Your IEC Application

Refer to the implementation information in the Java task topic.

See Also:
  • Constructor Details

    • ExecException

      public ExecException()
      Constructs a new instance of ExecException with null as exception message.
    • ExecException

      public ExecException(String message)
      Constructs a new instance of ExecException with the specified text message.
      Parameters:
      message - The exception message that specifies more information details; It is accessible by the Throwable.getMessage() method.