public class ITKSOAPException extends ITKMessagingException
ACCESS_DENIED_CODE, ACCESS_DENIED_TEXT, DEFAULT_ERROR_CODESYSTEM_OID, INVALID_MESSAGE_CODE, INVALID_MESSAGE_TEXT, NO_ERROR_CODE, PROCESSING_ERROR_NOT_RETRYABLE_CODE, PROCESSING_ERROR_NOT_RETRYABLE_TEXT, PROCESSING_ERROR_RETRYABLE_CODE, PROCESSING_ERROR_RETRYABLE_TEXT| Constructor and Description |
|---|
ITKSOAPException(ITKMessageProperties itkMessageProperties,
int errorCode,
String arg0)
Instantiates a new iTKSOAP exception.
|
ITKSOAPException(ITKMessageProperties itkMessageProperties,
int errorCode,
String arg0,
Throwable arg1)
Instantiates a new iTKSOAP exception.
|
ITKSOAPException(ITKMessagingException itkMessagingException)
Instantiates a new iTKSOAP exception.
|
ITKSOAPException(String arg0)
Instantiates a new iTKSOAP exception.
|
ITKSOAPException(String arg0,
Throwable arg1)
Instantiates a new iTKSOAP exception.
|
ITKSOAPException(Throwable arg0)
Instantiates a new iTKSOAP exception.
|
| Modifier and Type | Method and Description |
|---|---|
static ITKSOAPException |
parseSOAPFault(String soapFaultXML)
Parses the soap fault.
|
String |
serialiseXML()
Builds a complete soap wrapped SOAPFault.
|
decodeErrorCode, getErrorCode, getErrorCodeSystem, getErrorId, getLocalizedMessage, getMessage, getRelatedItkTransportProperties, getRelatedMessageProperties, setErrorCode, setErrorCodeSystem, setErrorId, setRelatedItkTransportProperties, setRelatedMessagePropertiesaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ITKSOAPException(ITKMessagingException itkMessagingException)
itkMessagingException - the itk messaging exceptionpublic ITKSOAPException(ITKMessageProperties itkMessageProperties, int errorCode, String arg0, Throwable arg1)
itkMessageProperties - the itk message propertieserrorCode - the error codearg0 - the arg0arg1 - the arg1public ITKSOAPException(ITKMessageProperties itkMessageProperties, int errorCode, String arg0)
itkMessageProperties - the itk message propertieserrorCode - the error codearg0 - the arg0public ITKSOAPException(String arg0, Throwable arg1)
arg0 - the arg0arg1 - the arg1public ITKSOAPException(String arg0)
arg0 - the arg0public ITKSOAPException(Throwable arg0)
arg0 - the arg0public String serialiseXML()
public static final ITKSOAPException parseSOAPFault(String soapFaultXML)
soapFaultXML - the soap fault xmlAll content is available under the Open Government Licence, except where otherwise stated
All example source code is available under Apache 2.0, except where otherwise stated