SAP NetWeaver 7.1 Composition Environment

com.sap.security.api.umap.system
Class ExceptionInImplementationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.security.api.umap.system.ExceptionInImplementationException
All Implemented Interfaces:
Serializable

public class ExceptionInImplementationException
extends Exception

This exception is thrown by different methods of ISystemLandscapeWrapper when a request to the underlying system landscape implementation fails.

The original exception thrown by the system landscape implementation can be retrieved by calling getImplementationException().

See Also:
Serialized Form

Constructor Summary
ExceptionInImplementationException()
          Create an ExceptionInImplementationException without further information.
ExceptionInImplementationException(String message)
          Create an ExceptionInImplementationException with a message string describing additional information about the original exception.
ExceptionInImplementationException(String message, Exception exception)
          Create an ExceptionInImplementationException with a message string and the original exception object.
 
Method Summary
 Exception getImplementationException()
          Retrieve the original exception thrown by the underlying system landscape implementation.
 void setImplementationException(Exception exception)
          Set the original exception thrown by the underlying system landscape implementation.
 
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

ExceptionInImplementationException

public ExceptionInImplementationException()
Create an ExceptionInImplementationException without further information.


ExceptionInImplementationException

public ExceptionInImplementationException(String message)
Create an ExceptionInImplementationException with a message string describing additional information about the original exception.

Parameters:
message - The message text

ExceptionInImplementationException

public ExceptionInImplementationException(String message,
                                          Exception exception)
Create an ExceptionInImplementationException with a message string and the original exception object.

Parameters:
message - The message text
exception - The original exception
Method Detail

setImplementationException

public void setImplementationException(Exception exception)
Set the original exception thrown by the underlying system landscape implementation.

Parameters:
exception - The original exception

getImplementationException

public Exception getImplementationException()
Retrieve the original exception thrown by the underlying system landscape implementation.

Returns:
The original exception (may be null)

SAP NetWeaver 7.1 Composition Environment

Copyright © 2007 by SAP AG. All Rights Reserved.
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.