Class JCoExceptionSpliter
java.lang.Object
de.hybris.platform.sap.core.jco.exceptions.JCoExceptionSpliter
Splits Exceptions from the JCo Library in exception classes of this package.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidsplitAndThrowException(com.sap.conn.jco.JCoException jcoEx) Splits the general purpose ExceptionJCoExceptionused by JCo into some more meaningful and JCo independent exceptions.
-
Method Details
-
splitAndThrowException
public static void splitAndThrowException(com.sap.conn.jco.JCoException jcoEx) throws BackendException Splits the general purpose ExceptionJCoExceptionused by JCo into some more meaningful and JCo independent exceptions.- Parameters:
jcoEx- The JCo exception to be split- Throws:
BackendCommunicationException- BackendCommunicationExceptionBackendLogonException- BackendLogonExceptionBackendSystemFailureException- BackendSystemFailureExceptionBackendServerStartupException- BackendServerStartupExceptionBackendException- BackendException
-