Spring Web Services Framework

org.springframework.ws.soap.security
Class WsSecurityFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.ws.WebServiceException
                      extended by org.springframework.ws.soap.security.WsSecurityException
                          extended by org.springframework.ws.soap.security.WsSecurityFaultException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Wss4jSecurityFaultException, XwsSecurityFaultException

public abstract class WsSecurityFaultException
extends WsSecurityException

Exception indicating that a WS-Security executions should result in a SOAP Fault.

Since:
1.0.1
Author:
Arjen Poutsma
See Also:
Serialized Form

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

WsSecurityFaultException

public WsSecurityFaultException(QName faultCode,
                                String faultString,
                                String faultActor)
Construct a new WsSecurityFaultException with the given fault code, string, and actor.

Method Detail

getFaultCode

public QName getFaultCode()
Returns the fault code for the exception.


getFaultString

public String getFaultString()
Returns the fault string for the exception.


getFaultActor

public String getFaultActor()
Returns the fault actor for the exception.


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.