Class EntityManagerExceptionUtils


  • public class EntityManagerExceptionUtils
    extends java.lang.Object
    Provides methods to handle exceptions in EntityManager.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static com.priint.pubserver.plugin.exception.EntityManagerException handledConnectorException​(java.lang.String methodName, com.priint.pubserver.exception.PubServerException e)  
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)