public class SOAP11FaultDecodingException extends MessageDecodingException
Modifier and Type | Field and Description |
---|---|
private Fault |
fault
The SOAP 1.1.
|
private static long |
serialVersionUID
Serial version UID.
|
Constructor and Description |
---|
SOAP11FaultDecodingException(Fault soapFault)
Constructor.
|
SOAP11FaultDecodingException(Fault soapFault,
String message)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Fault |
getFault()
Get the SOAP 1.1 Fault represented by the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private final Fault fault
public SOAP11FaultDecodingException(Fault soapFault)
soapFault
- the SOAP 1.1 fault being representedpublic Fault getFault()
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.