Class Wss4jSecurityFaultException
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
org.springframework.ws.soap.security.wss4j2.Wss4jSecurityFaultException
- All Implemented Interfaces:
Serializable
WSS4J-specific version of the
WsSecurityFaultException
.- Since:
- 2.3.0
- Author:
- Tareq Abed Rabbo, Arjen Poutsma, Jamin Hitchcock
- See Also:
-
Constructor Summary
ConstructorDescriptionWss4jSecurityFaultException
(QName faultCode, String faultString, String faultActor) -
Method Summary
Methods inherited from class org.springframework.ws.soap.security.WsSecurityFaultException
getFaultActor, getFaultCode, getFaultString
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Wss4jSecurityFaultException
-