org.opensaml.ws.soap.client
public class SOAPFaultException extends SOAPException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version UID.
|
private Fault |
soapFault
The fault that caused this exception.
|
Constructor and Description |
---|
SOAPFaultException()
Constructor.
|
SOAPFaultException(Exception wrappedException)
Constructor.
|
SOAPFaultException(String message)
Constructor.
|
SOAPFaultException(String message,
Exception wrappedException)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Fault |
getFault()
Gets the fault that caused the exception.
|
void |
setFault(Fault fault)
Sets the fault that caused the exception.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private Fault soapFault
public SOAPFaultException()
public SOAPFaultException(String message)
message
- exception messagepublic SOAPFaultException(Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.