com.sap.aii.af.lib.mp.processor

Class ModuleProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.aii.af.lib.mp.module.ModuleException
              extended by com.sap.aii.af.lib.mp.processor.ModuleProcessorException
All Implemented Interfaces:
Serializable

public class ModuleProcessorException
extends ModuleException

ModuleProcessorException is thrown if the XI AF module processor itself detects a problem. It might have the cause being set.

See Also:
Serialized Form

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

ModuleProcessorException

public ModuleProcessorException()
Simple constructor without message and cause


ModuleProcessorException

public ModuleProcessorException(String message)
Simple constructor with message


ModuleProcessorException

public ModuleProcessorException(String message,
                                Throwable cause)
Constructor with message and cause


ModuleProcessorException

public ModuleProcessorException(Throwable cause)
Constructor with cause

Method Detail

printStackTrace

public void printStackTrace()
Prints stack trace to system.err

Overrides:
printStackTrace in class Throwable


Copyright 2009 SAP AG Complete Copyright Notice