|
SAP NetWeaver 7.11 (EhP1 SP02) Process Integration | |||||||||
| 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.sap.aii.af.lib.mp.module.ModuleException
com.sap.aii.af.lib.mp.processor.ModuleProcessorException
public class ModuleProcessorException
ModuleProcessorException is thrown if the XI AF module processor itself detects
a problem. It might have the cause being set.
| Field Summary |
|---|
| Fields inherited from class com.sap.aii.af.lib.mp.module.ModuleException |
|---|
cause |
| Constructor Summary | |
|---|---|
ModuleProcessorException()
Simple constructor without message and cause |
|
ModuleProcessorException(String message)
Simple constructor with message |
|
ModuleProcessorException(String message,
Throwable cause)
Constructor with message and cause |
|
ModuleProcessorException(Throwable cause)
Constructor with cause |
|
| Method Summary | |
|---|---|
void |
printStackTrace()
Prints stack trace to system.err |
| Methods inherited from class com.sap.aii.af.lib.mp.module.ModuleException |
|---|
getCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ModuleProcessorException()
public ModuleProcessorException(String message)
public ModuleProcessorException(String message,
Throwable cause)
public ModuleProcessorException(Throwable cause)
| Method Detail |
|---|
public void printStackTrace()
printStackTrace in class Throwable
|
SAP NetWeaver 7.11 (EhP1 SP02) Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||