com.sap.aii.proxy.xiruntime.core

Class FaultException5

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.aii.utilxi.misc.api.BaseException
              extended by com.sap.aii.proxy.xiruntime.core.FaultException5
All Implemented Interfaces:
FaultExceptionRemote, com.sap.aii.utilxi.misc.api.IBaseException, Serializable, Remote

public class FaultException5
extends com.sap.aii.utilxi.misc.api.BaseException
implements FaultExceptionRemote

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

See Also:
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

faultWsdlName

protected QName faultWsdlName
Interface to AbstractType representing the fault message


faultXml

protected String faultXml
Constructor Detail

FaultException5

protected FaultException5()
returns a new instance


FaultException5

public FaultException5(FaultException e)

FaultException5

protected FaultException5(Throwable rootCause)
returns a new instance, nesting away the given Throwable


FaultException5

protected FaultException5(String msg)
returns a new instance, using the given message text


FaultException5

protected FaultException5(String msg,
                          Throwable rootCause)
returns a new instance, using the given message text and nesting away the given Throwable


FaultException5

protected FaultException5(com.sap.aii.utilxi.misc.api.BabelMessage babelMessage)
returns a new instance, using the given translatable message


FaultException5

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

Method Detail

getMessage

public String getMessage()
returns the message text of this fault

Specified by:
getMessage in interface FaultExceptionRemote
Specified by:
getMessage in interface com.sap.aii.utilxi.misc.api.IBaseException
Overrides:
getMessage in class com.sap.aii.utilxi.misc.api.BaseException

getFault

public Object getFault()
returns the FaultType rendition representing the fault message

Specified by:
getFault in interface FaultExceptionRemote

getFaultWsdlName

public QName getFaultWsdlName()
returns the FaultType name representing the fault message

Specified by:
getFaultWsdlName in interface FaultExceptionRemote
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] SAP_XIAF [sap.com] com.sap.aii.proxy.svc.facade api BC-XI


Copyright 2011 SAP AG Complete Copyright Notice