|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.utils.ConnectorExceptionUtils
public final class ConnectorExceptionUtils
Utility class that handles specific errors.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 UnsealConnectorException, TechnicalConnectorException
UnsealConnectorException
by ignoring a Array of allowedErrors.
If an empty array is passed all errors are ignored.
e
- allowedErrors
-
UnsealConnectorException
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |