com.sap.aii.mapping.api

Class StreamTransformationRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sap.aii.mapping.api.StreamTransformationRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UndefinedParameterException, WrongParameterTypeException

public abstract class StreamTransformationRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
StreamTransformationRuntimeException(String message)
          Constructs an StreamTransformationException with the specified detail message.
StreamTransformationRuntimeException(String message, Throwable rootCause)
          Constructs an StreamTransformationException with the specified detail message and root cause.
 
Method Summary
 Throwable getRootCause()
          Returns the root cause.
 
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

StreamTransformationRuntimeException

public StreamTransformationRuntimeException(String message)
Constructs an StreamTransformationException with the specified detail message.

Parameters:
message - the detail message.

StreamTransformationRuntimeException

public StreamTransformationRuntimeException(String message,
                                            Throwable rootCause)
Constructs an StreamTransformationException with the specified detail message and root cause.

Parameters:
message - the detail message.
rootCause - the root cause.
Method Detail

getRootCause

public Throwable getRootCause()
Returns the root cause.



Copyright 2007 SAP AG Complete Copyright Notice