com.sap.aii.mapping.value.api

Class ValueMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ValueMappingException(String message)
          Constructs a ValueMappingException with the specified detail message.
ValueMappingException(String message, Throwable rootCause)
          Constructs a ValueMappingException with the specified detail message and rootcause.
 
Method Summary
 Throwable getRootCause()
          Returns the rootcause for this exception.
 
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

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 exception
rootCause - the root cause of this exception
Method Detail

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