com.sap.exception

Class BaseRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.sap.exception.BaseRuntimeException
All Implemented Interfaces:
IBaseException, Serializable

public class BaseRuntimeException
extends RuntimeException
implements IBaseException

Base class for all other subclasses of RuntimeException. Objects of type BaseRuntimeException can optionally hold a reference to another Throwable object (root cause) and a language independent message object of type LocalizableText.

See Also:
IBaseException, LocalizableText, BaseException, Serialized Form

Field Summary
 
Fields inherited from interface com.sap.exception.IBaseException
audit, defaultLocale
 
Constructor Summary
BaseRuntimeException()
          Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.
BaseRuntimeException(BaseExceptionInfo info)
          Constructs an exception out of a BaseExceptionInfo object.
BaseRuntimeException(Category cat, int severity, Location loc, LocalizableText locMessage, Throwable rootCause)
          Deprecated. Category and severity must not be used inside of Exception API. The method is left for backward compatibility.
BaseRuntimeException(Category cat, int severity, Location loc, ResourceAccessor accessor, String patternKey, Object[] parameters, Throwable rootCause)
          Deprecated. Category and severity must not be used inside of Exception API. The method is left for backward compatibility.
BaseRuntimeException(LocalizableText locMessage)
          Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.
BaseRuntimeException(LocalizableText locMessage, Throwable rootCause)
          Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.
BaseRuntimeException(Location loc)
          Constructs a simple exception.
BaseRuntimeException(Location loc, LocalizableText locMessage)
          Constructs an exception with a localizable text message.
BaseRuntimeException(Location loc, LocalizableText locMessage, Throwable rootCause)
          Constructs an exception with a localizable text message and the specified root cause, which caused this exception.
BaseRuntimeException(Location loc, ResourceAccessor accessor, LocalizableText.Msg msg)
          Constructs an exception with a resource accessor, a pattern key and object parameters for the message text.
BaseRuntimeException(Location loc, ResourceAccessor accessor, LocalizableText.Msg msg, Throwable rootCause)
          Constructs an exception with a resource accessor, a pattern key, object parameters for the message text and a root cause.
BaseRuntimeException(Location loc, ResourceAccessor accessor, String patternKey)
          Constructs an exception with a resource accessor and a pattern key for the message text.
BaseRuntimeException(Location loc, ResourceAccessor accessor, String patternKey, Object[] parameters)
          Constructs an exception with a resource accessor, a pattern key and object parameters for the message text.
BaseRuntimeException(Location loc, ResourceAccessor accessor, String patternKey, Object[] parameters, Throwable rootCause)
          Constructs an exception with a resource accessor, a pattern key, object parameters for the message text and a root cause.
BaseRuntimeException(Location loc, ResourceAccessor accessor, String patternKey, Throwable rootCause)
          Constructs an exception with a resource accessor, a pattern key for the message text and a root cause.
BaseRuntimeException(Location loc, Throwable rootCause)
          Constructs an exception with the specified root cause.
BaseRuntimeException(ResourceAccessor accessor, LocalizableText.Msg msg)
          Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.
BaseRuntimeException(ResourceAccessor accessor, LocalizableText.Msg msg, Throwable rootCause)
          Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.
BaseRuntimeException(ResourceAccessor accessor, String patternKey)
          Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.
BaseRuntimeException(ResourceAccessor accessor, String patternKey, Object[] parameters)
          Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.
BaseRuntimeException(ResourceAccessor accessor, String patternKey, Object[] parameters, Throwable rootCause)
          Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.
BaseRuntimeException(ResourceAccessor accessor, String patternKey, Throwable rootCause)
          Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.
BaseRuntimeException(Throwable rootCause)
          Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.
 
Method Summary
 void finallyLocalize()
          Finally localizes the LocalizableText message (if there is one attached).
 void finallyLocalize(Locale loc)
          Finally localizes the LocalizableText message (if there is one attached).
 void finallyLocalize(Locale loc, TimeZone timeZone)
          Finally localizes the LocalizableText message (if there is one attached).
 void finallyLocalize(TimeZone timeZone)
          Finally localizes the LocalizableText message (if there is one attached).
 Throwable getCause()
          Getter method for root cause.
 LocalizableText getLocalizableMessage()
          Getter method for localizable message.
 String getLocalizedMessage()
          Gets localized message.
 String getLocalizedMessage(Locale loc)
          Gets localized message.
 String getLocalizedMessage(Locale loc, TimeZone timeZone)
          Gets localized message.
 String getLocalizedMessage(TimeZone timeZone)
          Gets localized message.
 Category getLogCategory()
          Getter method for logging category.
 Location getLogLocation()
          Getter method for logging location.
 int getLogSeverity()
          Getter method for logging severity.
 String getMessage()
           
 String getNestedLocalizedMessage()
          Chains localized messages of the nested exceptions.
 String getNestedLocalizedMessage(Locale loc)
          Chains localized messages of the nested exceptions.
 String getNestedLocalizedMessage(Locale loc, TimeZone timeZone)
          Chains localized message of the nested exceptions.
 String getNestedLocalizedMessage(TimeZone timeZone)
          Chains localized message of the nested exceptions.
 String getNestedStackTraceString()
          Chains the stack trace information of nested exceptions.
 String getStackTraceString()
          Gets stack trace information of this exception only.
 String getSystemStackTraceString()
          Gets the stack information of this exception in respect of the current system environment.
 Throwable initCause(Throwable cause)
          Initializes the cause of this exception to the specified value.
 void log()
          Deprecated. Instead of this method it should be used some suitable method from Logging API. The method is left for backward compatibility.
 void printStackTrace()
          Prints this exception and its backtrace to the standard error stream.
 void printStackTrace(PrintStream s)
          Prints this exception object and its backtrace to the specified print stream.
 void printStackTrace(PrintWriter s)
          Prints this exception object and its backtrace to the specified print writer.
 void restoreLogSettings()
          Restores log settings to their original value before method setLogSettings(Category, int, Location) has been used.
 void setLogSettings(Category cat, int severity, Location loc)
          Deprecated. Category and severity must not be used inside of Exception API. The method is left for backward compatibility.
 void trace(int severity, Location loc)
          Deprecated. When is created the exception is traced automatically with severity PATH. To make traces with higher severity if should be used some suitable method from Logging API. The method is left for backward compatibility.
 void trace(int severity, Location loc, String subloc)
          Deprecated. When is created the exception is traced automatically with severity PATH. To make traces with higher severity if should be used some suitable method from Logging API. The method is left for backward compatibility.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseRuntimeException

public BaseRuntimeException()
Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.

Constructs a simple exception.


BaseRuntimeException

public BaseRuntimeException(Location loc)
Constructs a simple exception.

Parameters:
loc - logging location which will be used in case of automatic tracing

BaseRuntimeException

public BaseRuntimeException(BaseExceptionInfo info)
Constructs an exception out of a BaseExceptionInfo object.

Parameters:
info - BaseExceptionInfo

BaseRuntimeException

public BaseRuntimeException(Throwable rootCause)
Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.

Constructs an exception with the specified root cause.

Parameters:
rootCause - throwable object which caused this exception

BaseRuntimeException

public BaseRuntimeException(Location loc,
                            Throwable rootCause)
Constructs an exception with the specified root cause.

Parameters:
loc - logging location which will be used in case of automatic tracing
rootCause - rootCause throwable object which caused this exception

BaseRuntimeException

public BaseRuntimeException(LocalizableText locMessage)
Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.

Constructs an exception with a localizable text message.

Parameters:
locMessage - localizable text message

BaseRuntimeException

public BaseRuntimeException(Location loc,
                            LocalizableText locMessage)
Constructs an exception with a localizable text message.

Parameters:
loc - logging location which will be used in case of automatic tracing
locMessage - locMessage localizable text message

BaseRuntimeException

public BaseRuntimeException(LocalizableText locMessage,
                            Throwable rootCause)
Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.

Constructs an exception with a localizable text message and the specified root cause, which caused this exception.

Parameters:
locMessage - localizable text message
rootCause - throwable object, which caused this exception

BaseRuntimeException

public BaseRuntimeException(Location loc,
                            LocalizableText locMessage,
                            Throwable rootCause)
Constructs an exception with a localizable text message and the specified root cause, which caused this exception.

Parameters:
loc - logging location which will be used in case of automatic tracing
locMessage - localizable text message
rootCause - throwable object, which caused this exception

BaseRuntimeException

public BaseRuntimeException(Category cat,
                            int severity,
                            Location loc,
                            LocalizableText locMessage,
                            Throwable rootCause)
Deprecated. Category and severity must not be used inside of Exception API. The method is left for backward compatibility.

Constructs an exception with a localizable text message and the specified root cause, which caused this exception.

Parameters:
cat - logging category
severity - logging severity
loc - location which will be used in case of automatic tracing
locMessage - localizable text message
rootCause - throwable object, which caused this exception

BaseRuntimeException

public BaseRuntimeException(ResourceAccessor accessor,
                            String patternKey)
Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.

Constructs an exception with a resource accessor and a pattern key for the message text.

Parameters:
accessor - resource accessor
patternKey - pattern key for text message

BaseRuntimeException

public BaseRuntimeException(Location loc,
                            ResourceAccessor accessor,
                            String patternKey)
Constructs an exception with a resource accessor and a pattern key for the message text.

Parameters:
loc - logging location which will be used in case of automatic tracing
accessor - resource accessor
patternKey - pattern key for text message

BaseRuntimeException

public BaseRuntimeException(ResourceAccessor accessor,
                            String patternKey,
                            Throwable rootCause)
Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.

Constructs an exception with a resource accessor, a pattern key for the message text and a root cause.

Parameters:
accessor - resource accessor
patternKey - pattern key for text message
rootCause - throwable object, which caused this exception

BaseRuntimeException

public BaseRuntimeException(Location loc,
                            ResourceAccessor accessor,
                            String patternKey,
                            Throwable rootCause)
Constructs an exception with a resource accessor, a pattern key for the message text and a root cause.

Parameters:
loc - logging location which will be used in case of automatic tracing
accessor - resource accessor
patternKey - pattern key for text message
rootCause - throwable object, which caused this exception

BaseRuntimeException

public BaseRuntimeException(ResourceAccessor accessor,
                            String patternKey,
                            Object[] parameters)
Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.

Constructs an exception with a resource accessor, a pattern key and object parameters for the message text.

Parameters:
accessor - resource accessor
patternKey - pattern key for text message
parameters - message parameters

BaseRuntimeException

public BaseRuntimeException(Location loc,
                            ResourceAccessor accessor,
                            String patternKey,
                            Object[] parameters)
Constructs an exception with a resource accessor, a pattern key and object parameters for the message text.

Parameters:
loc - logging location which will be used in case of automatic tracing
accessor - resource accessor
patternKey - pattern key for text message
parameters - message parameters

BaseRuntimeException

public BaseRuntimeException(ResourceAccessor accessor,
                            String patternKey,
                            Object[] parameters,
                            Throwable rootCause)
Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.

Constructs an exception with a resource accessor, a pattern key, object parameters for the message text and a root cause.

Parameters:
accessor - resource accessor
patternKey - pattern key for text message
parameters - message parameters
rootCause - throwable object, which caused this exception

BaseRuntimeException

public BaseRuntimeException(Location loc,
                            ResourceAccessor accessor,
                            String patternKey,
                            Object[] parameters,
                            Throwable rootCause)
Constructs an exception with a resource accessor, a pattern key, object parameters for the message text and a root cause.

Parameters:
loc - logging location which will be used in case of automatic tracing
accessor - resource accessor
patternKey - pattern key for text message
parameters - message parameters
rootCause - throwable object, which caused this exception

BaseRuntimeException

public BaseRuntimeException(Category cat,
                            int severity,
                            Location loc,
                            ResourceAccessor accessor,
                            String patternKey,
                            Object[] parameters,
                            Throwable rootCause)
Deprecated. Category and severity must not be used inside of Exception API. The method is left for backward compatibility.

Constructs an exception with a resource accessor, a pattern key, message parameters and the specified root cause, which caused this exception. In addition, the logging category, severity and location for deferred writing can be specified.

Parameters:
cat - logging category
severity - logging severity
loc - logging location
rootCause - throwable object, which caused this exception

BaseRuntimeException

public BaseRuntimeException(ResourceAccessor accessor,
                            LocalizableText.Msg msg)
Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.

Constructs an exception with a resource accessor, a pattern key and object parameters for the message text.

Parameters:
accessor - resource accessor
msg - containing message key and parameters

BaseRuntimeException

public BaseRuntimeException(Location loc,
                            ResourceAccessor accessor,
                            LocalizableText.Msg msg)
Constructs an exception with a resource accessor, a pattern key and object parameters for the message text.

Parameters:
loc - logging location which will be used in case of automatic tracing
accessor - resource accessor
msg - containing message key and parameters

BaseRuntimeException

public BaseRuntimeException(ResourceAccessor accessor,
                            LocalizableText.Msg msg,
                            Throwable rootCause)
Deprecated. Every constructor must have an location as input parameter to make possible automatic exception tracing. The method is left for backward compatibility.

Constructs an exception with a resource accessor, a pattern key, object parameters for the message text and a root cause.

Parameters:
accessor - resource accessor
msg - containing message key and parameters
rootCause - throwable object, which caused this exception

BaseRuntimeException

public BaseRuntimeException(Location loc,
                            ResourceAccessor accessor,
                            LocalizableText.Msg msg,
                            Throwable rootCause)
Constructs an exception with a resource accessor, a pattern key, object parameters for the message text and a root cause.

Parameters:
loc - logging location which will be used in case of automatic tracing
accessor - accessor resource accessor
msg - containing message key and parameters
rootCause - throwable object, which caused this exception
Method Detail

initCause

public Throwable initCause(Throwable cause)
Initializes the cause of this exception to the specified value. (The cause is the throwable that caused this exception to get thrown.)

This method can be called at most once. That means the cause can be specified only once.

Specified by:
initCause in interface IBaseException
Parameters:
cause - the cause (which is saved for later retrieval by the getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
Returns:
a reference to this exception instance.
Throws:
IllegalArgumentException - if cause is this throwable. (A throwable cannot be its own cause.)
IllegalStateException - if the cause was already set

getCause

public Throwable getCause()
Getter method for root cause.

Specified by:
getCause in interface IBaseException
Returns:
throwable object which caused this exception or null

getLocalizableMessage

public LocalizableText getLocalizableMessage()
Getter method for localizable message.

Specified by:
getLocalizableMessage in interface IBaseException
Returns:
localizable message or null

getLocalizedMessage

public String getLocalizedMessage()
Gets localized message.

The default locale and default time zone are used for localization.

These values have no effect if the finallyLocalize method has already been called.

Specified by:
getLocalizedMessage in interface IBaseException
Returns:
message string or null

getLocalizedMessage

public String getLocalizedMessage(Locale loc)
Gets localized message.

The specified locale and the default time zone are used for localization. The default locale will be used if the Locale parameter is null.

These values have no effect if the finallyLocalize method has been already called.

Specified by:
getLocalizedMessage in interface IBaseException
Parameters:
loc - locale
Returns:
message string or null

getLocalizedMessage

public String getLocalizedMessage(TimeZone timeZone)
Gets localized message.

The specified time zone and the default locale are used for localization. The default time zone will be used, if the time zone parameter is null.

These values have no effect if the finallyLocalize method has been already called.

Specified by:
getLocalizedMessage in interface IBaseException
Parameters:
timeZone - time zone
Returns:
message string or null

getLocalizedMessage

public String getLocalizedMessage(Locale loc,
                                  TimeZone timeZone)
Gets localized message.

The specified time zone and locale are used for localization. The default time zone and the default locale will be used, if the time zone parameter and the locale are null respectively.

These values have no effect if the finallyLocalize method has been already called.

Specified by:
getLocalizedMessage in interface IBaseException
Parameters:
loc - locale
timeZone - time zone
Returns:
message string or null

getNestedLocalizedMessage

public String getNestedLocalizedMessage()
Chains localized messages of the nested exceptions.

The default locale and the default time zone are used for localization.

These values have no effect if the finallyLocalize method has already been called.

Specified by:
getNestedLocalizedMessage in interface IBaseException
Returns:
message string or null

getNestedLocalizedMessage

public String getNestedLocalizedMessage(Locale loc)
Chains localized messages of the nested exceptions.

The specified locale and the default time zone are used for localization. The default locale will be used if the Locale parameter is null.

These values have no effect if the finallyLocalize method has been already called.

Specified by:
getNestedLocalizedMessage in interface IBaseException
Parameters:
loc - locale
Returns:
message string or null

getNestedLocalizedMessage

public String getNestedLocalizedMessage(TimeZone timeZone)
Chains localized message of the nested exceptions.

The specified time zone and the default locale are used for localization. The default time zone will be used, if the time zone parameter is null.

These values have no effect if the finallyLocalize method has been already called.

Specified by:
getNestedLocalizedMessage in interface IBaseException
Parameters:
timeZone - time zone
Returns:
message string or null

getNestedLocalizedMessage

public String getNestedLocalizedMessage(Locale loc,
                                        TimeZone timeZone)
Chains localized message of the nested exceptions.

The specified time zone and locale are used for localization. The default time zone and the default locale will be used, if the time zone parameter and the locale parameter are null respectively.

These values have no effect if the finallyLocalize method has been already called.

Specified by:
getNestedLocalizedMessage in interface IBaseException
Parameters:
loc - locale
timeZone - time zone
Returns:
message string

finallyLocalize

public void finallyLocalize()
Finally localizes the LocalizableText message (if there is one attached).

That means no further localization process can be performed on that object. If there is a nested exception implementing IBaseException, it will be localized recursively.

The default locale and the default time zone are used for localization.

Specified by:
finallyLocalize in interface IBaseException

finallyLocalize

public void finallyLocalize(Locale loc)
Finally localizes the LocalizableText message (if there is one attached).

That means no further localization process can be performed on that object. If there is a nested exception implementing IBaseException, it will be localized recursively.

The specified locale and the default time zone are used for localization. If the locale parameter is null, the default locale will be used.

Specified by:
finallyLocalize in interface IBaseException
Parameters:
loc - locale

finallyLocalize

public void finallyLocalize(TimeZone timeZone)
Finally localizes the LocalizableText message (if there is one attached).

That means no further localization process can be performed on that object. If there is a nested exception implementing IBaseException, it will be localized recursively.

The specified time zone and the default locale are used for localization. If the time zone parameter is null, the default time zone will be used.

Specified by:
finallyLocalize in interface IBaseException
Parameters:
timeZone - time zone

finallyLocalize

public void finallyLocalize(Locale loc,
                            TimeZone timeZone)
Finally localizes the LocalizableText message (if there is one attached).

That means no further localization process can be performed on that object. If there is a nested exception implementing IBaseException, it will be localized recursively.

The specified locale and time zone parameter are used for localization. If the locale parameter or the time zone are null, the default values will be used respectively.

Specified by:
finallyLocalize in interface IBaseException
Parameters:
loc - locale
timeZone - time zone

getSystemStackTraceString

public String getSystemStackTraceString()
Gets the stack information of this exception in respect of the current system environment.

Specified by:
getSystemStackTraceString in interface IBaseException
Returns:
the stack trace as a string in respect of the current system

getStackTraceString

public String getStackTraceString()
Gets stack trace information of this exception only. The stack traces of nested exceptions are not chained.

Specified by:
getStackTraceString in interface IBaseException
Returns:
the stack trace as a string without information of chained exceptions.

getNestedStackTraceString

public String getNestedStackTraceString()
Chains the stack trace information of nested exceptions. The caused stack trace is displayed first.

Specified by:
getNestedStackTraceString in interface IBaseException
Returns:
the stack trace as a string

printStackTrace

public void printStackTrace()
Prints this exception and its backtrace to the standard error stream. This method prints a stack trace for this exception object on the error output stream that is the value of the field System.err.

Specified by:
printStackTrace in interface IBaseException

printStackTrace

public void printStackTrace(PrintStream s)
Prints this exception object and its backtrace to the specified print stream.

Specified by:
printStackTrace in interface IBaseException
Parameters:
s - PrintStream to use for output

printStackTrace

public void printStackTrace(PrintWriter s)
Prints this exception object and its backtrace to the specified print writer.

Specified by:
printStackTrace in interface IBaseException
Parameters:
s - PrintWriter to use for output

getLogCategory

public Category getLogCategory()
Getter method for logging category.

If no category is specified, null is returned.

Returns:
logging category

getLogSeverity

public int getLogSeverity()
Getter method for logging severity.

If no severity is specified, Severity.NONE is returned.

Returns:
logging severity

getLogLocation

public Location getLogLocation()
Getter method for logging location.

If no location is specified, null is returned.

Returns:
logging location

setLogSettings

public void setLogSettings(Category cat,
                           int severity,
                           Location loc)
Deprecated. Category and severity must not be used inside of Exception API. The method is left for backward compatibility.

Setter method for logging information.

Specified by:
setLogSettings in interface IBaseException
Parameters:
cat - logging category
severity - logging severity
loc - logging location

log

public void log()
Deprecated. Instead of this method it should be used some suitable method from Logging API. The method is left for backward compatibility.

Logs the exception message.

The logging takes only place if the category and location are set properly via the constructor or the setLogSettings() method.

Specified by:
log in interface IBaseException
See Also:
setLogSettings(Category, int, Location)

getMessage

public String getMessage()
See Also:
getLocalizedMessage()

trace

public void trace(int severity,
                  Location loc)
Deprecated. When is created the exception is traced automatically with severity PATH. To make traces with higher severity if should be used some suitable method from Logging API. The method is left for backward compatibility.

Stores the stack trace in the specified location.

The used category is defined by the IBaseException.audit property.

Parameters:
severity - severity of message
loc - location message stems from

trace

public void trace(int severity,
                  Location loc,
                  String subloc)
Deprecated. When is created the exception is traced automatically with severity PATH. To make traces with higher severity if should be used some suitable method from Logging API. The method is left for backward compatibility.

Stores the stack trace in the specified location.

The used category is defined by the

Parameters:
severity - severity of message
loc - location message stems from
subloc - name of sublocation

restoreLogSettings

public void restoreLogSettings()
Restores log settings to their original value before method setLogSettings(Category, int, Location) has been used.

See Also:
setLogSettings(Category, int, Location)


Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.