|
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.FaultException
public abstract class FaultException
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) 2001 SAP AG
BaseException,
Serialized Form| Field Summary | |
|---|---|
protected Object |
fault
Interface to AbstractType or XML rendition representing the fault message |
protected QName |
faultWsdlName
Qualified WSDL name of the fault message |
| Constructor Summary | |
|---|---|
protected |
FaultException()
returns a new instance |
protected |
FaultException(com.sap.aii.utilxi.misc.api.BabelMessage babelMessage)
returns a new instance, using the given translatable message |
protected |
FaultException(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 |
protected |
FaultException(String msg)
returns a new instance, using the given message text |
protected |
FaultException(String msg,
Throwable rootCause)
returns a new instance, using the given message text and nesting away the given Throwable |
protected |
FaultException(Throwable rootCause)
returns a new instance, nesting away the given Throwable |
| Method Summary | |
|---|---|
Object |
getFault()
returns the BaseType interface representing the fault message |
QName |
getFaultWsdlName()
returns the FaultType name |
| Methods inherited from class com.sap.aii.utilxi.misc.api.BaseException |
|---|
autolog, autolog, finallyLocalize, getAssistanceMessage, getBabelMessage, getErrorCode, getMessage, 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 Object fault
protected QName faultWsdlName
| Constructor Detail |
|---|
protected FaultException()
protected FaultException(Throwable rootCause)
protected FaultException(String msg)
protected FaultException(String msg,
Throwable rootCause)
protected FaultException(com.sap.aii.utilxi.misc.api.BabelMessage babelMessage)
protected FaultException(com.sap.aii.utilxi.misc.api.BabelMessage babelMessage,
Throwable rootCause)
| Method Detail |
|---|
public final Object getFault()
public QName getFaultWsdlName()
| 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 | |||||||||