com.sapportals.portal.prt.service.soap.exception
Class PRTFaultFromSOAPMessage

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sapportals.portal.prt.runtime.PortalRuntimeException
                          |
                          +--com.sapportals.portal.prt.service.PortalServiceException
                                |
                                +--com.sapportals.portal.prt.service.ServiceException
                                      |
                                      +--com.sapportals.portal.prt.service.soap.exception.SOAPServiceException
                                            |
                                            +--com.sapportals.portal.prt.service.soap.exception.PRTFault
                                                  |
                                                  +--com.sapportals.portal.prt.service.soap.exception.PRTFaultFromSOAPMessage
All Implemented Interfaces:
IPRTFault, java.io.Serializable

public class PRTFaultFromSOAPMessage
extends PRTFault

PRTFault generated from a fault contains in a SOAP Message

See Also:
Serialized Form

Fields inherited from class com.sapportals.portal.prt.service.soap.exception.PRTFault
ELEMENT_ERROR, mm_exception, mm_faultActor, mm_faultCode, mm_faultDetails, mm_faultDetailsVector, mm_faultString, mm_levelError, mm_typeJavaClassException, PORTALSOAPFAULT
 
Fields inherited from class com.sapportals.portal.prt.service.soap.exception.SOAPServiceException
mm_msgFault
 
Constructor Summary
PRTFaultFromSOAPMessage(javax.xml.soap.SOAPMessage msg)
          Constructor
 
Method Summary
 void updateFaultMessage()
          update the fault message
 
Methods inherited from class com.sapportals.portal.prt.service.soap.exception.PRTFault
getCauseException, getFaultActor, getFaultCode, getFaultDetails, getFaultDetailsVector, getFaultString, getLevelError, getMessage, getTypeJavaClassException, initializeFromPRTFault, initializePRTFaultContextClientSide, initializePRTFaultContextServerSide, makePrtFault, printStackTrace, printStackTrace, printStackTrace, releasePRTFaultContextClientSide, releasePRTFaultContextServerSide, setFaultActor, setFaultCode, setFaultDetails, setFaultDetailsVector, setFaultString, setLevelError, throwException, toString, writeSchema
 
Methods inherited from class com.sapportals.portal.prt.service.soap.exception.SOAPServiceException
getMsgFault, getOriginalException
 
Methods inherited from class com.sapportals.portal.prt.runtime.PortalRuntimeException
getCause, getException, setCause, setException, toHTML, toText
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PRTFaultFromSOAPMessage

public PRTFaultFromSOAPMessage(javax.xml.soap.SOAPMessage msg)
Constructor
Parameters:
msg - original message containing the exception
Method Detail

updateFaultMessage

public void updateFaultMessage()
Description copied from interface: IPRTFault
update the fault message