public abstract class OperationProcessingFault extends OperationProcessingException
AbstractSendService
.Constructor and Description |
---|
OperationProcessingFault(QName wsdlOperation,
String message) |
OperationProcessingFault(QName wsdlOperation,
String message,
Throwable cause) |
OperationProcessingFault(QName wsdlOperation,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
abstract Map<QName,String> |
getXslParameters()
Retrieve fault details to pass to the XSL transformation as XSL parameters
|
getWsdlOperation
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OperationProcessingFault(QName wsdlOperation, String message)
wsdlOperation
- The WSDL operation associated to the AbstractSendService
for which an error occursmessage
- The error messagepublic OperationProcessingFault(QName wsdlOperation, Throwable cause)
wsdlOperation
- The WSDL operation associated to the AbstractSendService
for which an error occurscause
- The error causepublic OperationProcessingFault(QName wsdlOperation, String message, Throwable cause)
wsdlOperation
- The WSDL operation associated to the AbstractSendService
for which an error occursmessage
- The error messagecause
- The error causeCopyright © 2005-2018 Linagora. All Rights Reserved.