|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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
Extension of ServiceException for SOAP Framework
| Field Summary | |
protected javax.xml.soap.SOAPMessage |
mm_msgFault
|
| Constructor Summary | |
SOAPServiceException(String s)
Portal Service Exception constructor |
|
SOAPServiceException(String s,
Throwable e)
Portal Service Exception constructor |
|
SOAPServiceException(Throwable e)
Portal Service Exception constructor |
|
| Method Summary | |
javax.xml.soap.SOAPMessage |
getMsgFault()
|
Throwable |
getOriginalException()
Gets the original exception which can be null. |
void |
printStackTrace()
prints this exception |
void |
printStackTrace(PrintStream s)
Prints this Throwable and its backtrace to the
specified print stream. |
void |
printStackTrace(PrintWriter s)
Prints this Throwable and its backtrace to the specified
print writer. |
| 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, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected javax.xml.soap.SOAPMessage mm_msgFault
| Constructor Detail |
public SOAPServiceException(String s)
public SOAPServiceException(String s,
Throwable e)
public SOAPServiceException(Throwable e)
| Method Detail |
public Throwable getOriginalException()
public void printStackTrace()
printStackTrace in class PortalRuntimeExceptionpublic void printStackTrace(PrintStream s)
Throwable and its backtrace to the
specified print stream.
printStackTrace in class PortalRuntimeExceptions - PrintWriter to use for outputpublic void printStackTrace(PrintWriter s)
Throwable and its backtrace to the specified
print writer.
printStackTrace in class PortalRuntimeExceptions - PrintWriter to use for outputpublic javax.xml.soap.SOAPMessage getMsgFault()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||