public final class ConnectorExceptionUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
processSOAPFault(SOAPFaultException e)
Utility method that process the
SOAPFaultException and translate it to SoaErrorException or
SOAPFaultException . |
static byte[] |
processUnsealConnectorException(UnsealConnectorException e,
String... allowedErrors)
Utility method that handles
UnsealConnectorException by ignoring a Array of allowedErrors. |
public static void processSOAPFault(SOAPFaultException e) throws SoaErrorException
SOAPFaultException
and translate it to SoaErrorException
or
SOAPFaultException
.e
- SoaErrorException
public static byte[] processUnsealConnectorException(UnsealConnectorException e, String... allowedErrors) throws TechnicalConnectorException
UnsealConnectorException
by ignoring a Array of allowedErrors.
If an empty array is passed all errors are ignored.
TechnicalConnectorException
Connector Packaging TECHNICAL 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.