com.sap.security.api.umap.system

Class ExceptionInImplementationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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)


Copyright 2006 SAP AG Complete Copyright Notice