org.pentaho.di.trans.steps.sapinput.sap
Class SAPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.di.core.exception.KettleException
              extended by org.pentaho.di.trans.steps.sapinput.sap.SAPException
All Implemented Interfaces:
Serializable

public class SAPException
extends KettleException

See Also:
Serialized Form

Constructor Summary
SAPException(String message)
           
SAPException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.pentaho.di.core.exception.KettleException
getMessage, getSuperMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAPException

public SAPException(String message,
                    Throwable cause)

SAPException

public SAPException(String message)