|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
no.feide.moria.servlet.soap.SOAPException
public abstract class SOAPException
The base class for all exceptions signalled through the SOAP interface.
Constructor Summary | |
---|---|
SOAPException(java.lang.String msg)
Default constructor. |
Method Summary | |
---|---|
abstract java.lang.String |
getFaultcode()
Gives the SOAP Faultcode for the exception (the value of the faultCode element in the SOAP reply). |
abstract java.lang.String |
getFaultstring()
Gives the SOAP Faultstring for the exception (the value of the faultString element in the SOAP reply). |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SOAPException(java.lang.String msg)
msg
- The exception message.Method Detail |
---|
public abstract java.lang.String getFaultcode()
faultCode
element in the SOAP reply).
public abstract java.lang.String getFaultstring()
faultString
element in the SOAP reply).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |