|
||||||||||
| 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
no.feide.moria.servlet.soap.ServerException
public abstract class ServerException
The superclass for all exceptions that should result in a SOAP Fault message
with faultcode Server
| Constructor Summary | |
|---|---|
ServerException(java.lang.String msg)
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFaultcode()
Gives the SOAP Faultcode for the exception (the value of the faultCode element in the SOAP reply). |
| Methods inherited from class no.feide.moria.servlet.soap.SOAPException |
|---|
getFaultstring |
| 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 ServerException(java.lang.String msg)
msg - The exception message.| Method Detail |
|---|
public java.lang.String getFaultcode()
faultCode element in the SOAP reply).
getFaultcode in class SOAPException"Server".
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||