|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.highdeal.iec.ExecException
public class ExecException
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.
Refer to the implementation information in the Java task topic.
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 |
|---|
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.
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||