|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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(javax.xml.namespace.QName faultCode,
java.lang.String faultString,
java.lang.String faultActor)
Construct a new WsSecurityFaultException with the given fault code, string, and actor. |
Method Summary | |
---|---|
java.lang.String |
getFaultActor()
Returns the fault actor for the exception. |
javax.xml.namespace.QName |
getFaultCode()
Returns the fault code for the exception. |
java.lang.String |
getFaultString()
Returns the fault string for the exception. |
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getCause, getMessage, getMostSpecificCause, getRootCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WsSecurityFaultException(javax.xml.namespace.QName faultCode, java.lang.String faultString, java.lang.String faultActor)
WsSecurityFaultException
with the given fault code, string, and actor.
Method Detail |
---|
public javax.xml.namespace.QName getFaultCode()
public java.lang.String getFaultString()
public java.lang.String getFaultActor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |