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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWss4jSecurityFaultException(QName faultCode, String faultString, String faultActor) -
Method Summary
Methods inherited from class WsSecurityFaultException
getFaultActor, getFaultCode, getFaultStringMethods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Wss4jSecurityFaultException
-