com.sap.aii.mapping.api
Class StreamTransformationRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
getRootCause
public Throwable getRootCause()
- Returns the root cause.
Copyright 2007 SAP AG Complete Copyright Notice