|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.springframework.core.NestedRuntimeException org.springframework.ws.WebServiceException org.springframework.ws.soap.security.WsSecurityException org.springframework.ws.soap.security.WsSecurityFaultException
public abstract class WsSecurityFaultException
Exception indicating that a WS-Security executions should result in a SOAP Fault.
Constructor Summary | |
---|---|
WsSecurityFaultException(QName faultCode,
String faultString,
String faultActor)
Construct a new WsSecurityFaultException with the given fault code, string, and actor. |
Method Summary | |
---|---|
String |
getFaultActor()
Returns the fault actor for the exception. |
QName |
getFaultCode()
Returns the fault code for the exception. |
String |
getFaultString()
Returns the fault string for the exception. |
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getMessage, getMostSpecificCause, getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 WsSecurityFaultException(QName faultCode, String faultString, String faultActor)
WsSecurityFaultException
with the given fault code, string, and actor.
Method Detail |
---|
public QName getFaultCode()
public String getFaultString()
public String getFaultActor()
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |