public class OperationProcessingException
extends javax.jbi.messaging.MessagingException
AbstractSendService
.Constructor and Description |
---|
OperationProcessingException(QName wsdlOperation,
String message) |
OperationProcessingException(QName wsdlOperation,
String message,
Throwable cause) |
OperationProcessingException(QName wsdlOperation,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
QName |
getWsdlOperation() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OperationProcessingException(QName wsdlOperation, String message)
wsdlOperation
- The WSDL operation associated to the AbstractSendService
for which an error occursmessage
- The error messagepublic OperationProcessingException(QName wsdlOperation, Throwable cause)
wsdlOperation
- The WSDL operation associated to the AbstractSendService
for which an error occurscause
- The error causepublic OperationProcessingException(QName wsdlOperation, String message, Throwable cause)
wsdlOperation
- The WSDL operation associated to the AbstractSendService
for which an error occursmessage
- The error messagecause
- The error causepublic QName getWsdlOperation()
AbstractSendService
for which an error occursCopyright © 2005-2018 Linagora. All Rights Reserved.