com.highdeal.iec
Class ExecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.highdeal.iec.ExecException
All Implemented Interfaces:
java.io.Serializable

public class ExecException
extends java.lang.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:
JavaTask.execute(DataCollection), Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecException

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


ExecException

public ExecException(java.lang.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.

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)