com.sap.aii.mapping.value.api
Class ValueMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.aii.mapping.value.api.ValueMappingException
- All Implemented Interfaces:
- Serializable
public class ValueMappingException
- extends Exception
Exception can be thrown from
XIVMService during the executing of a
value mapping.
- Since:
- SAP NetWeaver '04
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValueMappingException
public ValueMappingException(String message)
- Constructs a
ValueMappingException with the specified detail
message.
- Parameters:
message - detailed message of this exception
ValueMappingException
public ValueMappingException(String message,
Throwable rootCause)
- Constructs a
ValueMappingException with the specified detail
message and rootcause.
- Parameters:
message - detailed message of this exceptionrootCause - the root cause of this exception
getRootCause
public Throwable getRootCause()
- Returns the rootcause for this exception.
- Returns:
- the root cause of this exception; null if there is no rootcause.
Copyright 2007 SAP AG Complete Copyright Notice