|
SAP NetWeaver 7.30 SP02 Process Integration | |||||||||
| 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.aii.utilxi.misc.api.BaseException
com.sap.aii.proxy.xiruntime.core.FaultException5
public class FaultException5
Root class of all generated exception classes. This class is based on SAP AI's BaseException class, which in the future may provide services such as logging, message translation, etc.
Copyright (c) 2008 SAP AG
BaseException,
Serialized Form| Field Summary | |
|---|---|
protected QName |
faultWsdlName
Interface to AbstractType representing the fault message |
protected String |
faultXml
|
| Constructor Summary | |
|---|---|
protected |
FaultException5()
returns a new instance |
protected |
FaultException5(com.sap.aii.utilxi.misc.api.BabelMessage babelMessage)
returns a new instance, using the given translatable message |
protected |
FaultException5(com.sap.aii.utilxi.misc.api.BabelMessage babelMessage,
Throwable rootCause)
returns a new instance, using the given translatable message and nesting away the given Throwable |
|
FaultException5(FaultException e)
|
protected |
FaultException5(String msg)
returns a new instance, using the given message text |
protected |
FaultException5(String msg,
Throwable rootCause)
returns a new instance, using the given message text and nesting away the given Throwable |
protected |
FaultException5(Throwable rootCause)
returns a new instance, nesting away the given Throwable |
| Method Summary | |
|---|---|
Object |
getFault()
returns the FaultType rendition representing the fault message |
QName |
getFaultWsdlName()
returns the FaultType name representing the fault message |
String |
getMessage()
returns the message text of this fault |
| Methods inherited from class com.sap.aii.utilxi.misc.api.BaseException |
|---|
autolog, autolog, finallyLocalize, getAssistanceMessage, getBabelMessage, getErrorCode, getMessage, getRootCause, getSeverity, getWrapBeforeVisualisation, main, setAssistanceMessage, setBabelMessage, setMessage, setRootCause, setSeverity, setWrapBeforeVisualisation |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected QName faultWsdlName
protected String faultXml
| Constructor Detail |
|---|
protected FaultException5()
public FaultException5(FaultException e)
protected FaultException5(Throwable rootCause)
protected FaultException5(String msg)
protected FaultException5(String msg,
Throwable rootCause)
protected FaultException5(com.sap.aii.utilxi.misc.api.BabelMessage babelMessage)
protected FaultException5(com.sap.aii.utilxi.misc.api.BabelMessage babelMessage,
Throwable rootCause)
| Method Detail |
|---|
public String getMessage()
getMessage in interface FaultExceptionRemotegetMessage in interface com.sap.aii.utilxi.misc.api.IBaseExceptiongetMessage in class com.sap.aii.utilxi.misc.api.BaseExceptionpublic Object getFault()
getFault in interface FaultExceptionRemotepublic QName getFaultWsdlName()
getFaultWsdlName in interface FaultExceptionRemote| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.proxy.svc.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.30 SP02 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||