Class EntityManagerExceptionUtils
- java.lang.Object
-
- com.priint.pubserver.plugin.entitymanager.EntityManagerExceptionUtils
-
public class EntityManagerExceptionUtils extends java.lang.ObjectProvides methods to handle exceptions inEntityManager.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static com.priint.pubserver.plugin.exception.EntityManagerExceptionhandledConnectorException(java.lang.String methodName, com.priint.pubserver.exception.PubServerException e)protected static com.priint.pubserver.plugin.exception.EntityManagerExceptionhandledGeneralException(java.lang.String methodName, java.lang.Exception e, InitPluginLibrary pluginInit, java.lang.String sessionId, com.priint.pubserver.entity.Entity entity)
-
-
-
Method Detail
-
handledConnectorException
protected static com.priint.pubserver.plugin.exception.EntityManagerException handledConnectorException(java.lang.String methodName, com.priint.pubserver.exception.PubServerException e)
-
handledGeneralException
protected static com.priint.pubserver.plugin.exception.EntityManagerException handledGeneralException(java.lang.String methodName, java.lang.Exception e, InitPluginLibrary pluginInit, java.lang.String sessionId, com.priint.pubserver.entity.Entity entity)
-
-