Class WsSecurityFaultException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Wss4jSecurityFaultException
Exception indicating that a WS-Security executions should result in a SOAP Fault.
- Since:
- 1.0.1
- Author:
- Arjen Poutsma
- See Also:
-
Constructor Summary
ConstructorDescriptionWsSecurityFaultException
(QName faultCode, String faultString, String faultActor) Construct a newWsSecurityFaultException
with the given fault code, string, and actor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the fault actor for the exception.Returns the fault code for the exception.Returns the fault string for the exception.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
-
WsSecurityFaultException
Construct a newWsSecurityFaultException
with the given fault code, string, and actor.
-
-
Method Details
-
getFaultCode
Returns the fault code for the exception. -
getFaultString
Returns the fault string for the exception. -
getFaultActor
Returns the fault actor for the exception.
-