com.sapportals.portal.prt.service.soap.exception
Class PRTFaultSerializator
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.PRTFaultSerializator
- All Implemented Interfaces:
- IPRTFault, java.io.Serializable
- public class PRTFaultSerializator
- extends PRTFault
PRT Fault raised when serialization problems occurs
- See Also:
- Serialized Form
|
Constructor Summary |
PRTFaultSerializator(java.lang.Object obj,
java.lang.Exception ex)
Constructor |
PRTFaultSerializator(java.lang.String msg,
java.lang.Object obj,
java.io.ByteArrayOutputStream streamException)
Constructor |
PRTFaultSerializator(java.lang.String msg,
java.lang.Object obj,
java.lang.Exception ex)
Constructor |
| 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 java.lang.Throwable |
fillInStackTrace, getLocalizedMessage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PRTFaultSerializator
public PRTFaultSerializator(java.lang.Object obj,
java.lang.Exception ex)
- Constructor
- Parameters:
obj - object from where is generated the exceptionex - the raised exception
PRTFaultSerializator
public PRTFaultSerializator(java.lang.String msg,
java.lang.Object obj,
java.lang.Exception ex)
- Constructor
- Parameters:
msg - message of the faultobj - object from where is generated the exceptionex - the raised exception
PRTFaultSerializator
public PRTFaultSerializator(java.lang.String msg,
java.lang.Object obj,
java.io.ByteArrayOutputStream streamException)
- Constructor
- Parameters:
msg - message of the faultobj - object from where is generated the exceptionstreamException - the raised exception
updateFaultMessage
public void updateFaultMessage()
- Description copied from interface:
IPRTFault
- update the fault message