Class WsSecurityFaultException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Wss4jSecurityFaultException

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:
  • Constructor Details

    • WsSecurityFaultException

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

    • 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.