|
SAP NetWeaver 2004S SPS 09 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sap.security.api.umap.system.ExceptionInImplementationException
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().
| 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 |
public ExceptionInImplementationException()
ExceptionInImplementationException without further
information.
public ExceptionInImplementationException(String message)
ExceptionInImplementationException with a message
string describing additional information about the original exception.
message - The message text
public ExceptionInImplementationException(String message,
Exception exception)
ExceptionInImplementationException with a message
string and the original exception object.
message - The message textexception - The original exception| Method Detail |
public void setImplementationException(Exception exception)
exception - The original exceptionpublic Exception getImplementationException()
null)
|
SAP NetWeaver 2004S SPS 09 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||