Liferay 7.0-ce-b4

com.liferay.portal.dao.orm.hibernate
Class ExceptionTranslator

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.ExceptionTranslator

public class ExceptionTranslator
extends Object


Constructor Summary
ExceptionTranslator()
           
 
Method Summary
static ORMException translate(Exception e)
           
static ORMException translate(Exception e, org.hibernate.Session session, Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionTranslator

public ExceptionTranslator()
Method Detail

translate

public static ORMException translate(Exception e)

translate

public static ORMException translate(Exception e,
                                     org.hibernate.Session session,
                                     Object object)

Liferay 7.0-ce-b4