|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ow2.petals.component.framework.api.exception.FaultException
org.ow2.petals.component.framework.api.exception.SOAP11FaultServerException
public class SOAP11FaultServerException
This exception represents the fault named "Server" pre-defined in the specifications of SOAP 1.1.
{http://schemas.xmlsoap.org/soap/envelope/}Server,
| Constructor Summary | |
|---|---|
SOAP11FaultServerException(java.lang.String faultString,
java.net.URI faultActor)
|
|
SOAP11FaultServerException(java.lang.String faultString,
java.net.URI faultActor,
java.lang.Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class org.ow2.petals.component.framework.api.exception.FaultException |
|---|
getFaultActor, getFaultCode |
| 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 SOAP11FaultServerException(java.lang.String faultString,
java.net.URI faultActor)
public SOAP11FaultServerException(java.lang.String faultString,
java.net.URI faultActor,
java.lang.Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||