net.sourceforge.squirrel_sql.plugins.hibernate.server
Class HibernateServerExceptionUtil

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.server.HibernateServerExceptionUtil

public class HibernateServerExceptionUtil
extends Object

NOTE: There is code here copied from somewhere else. Still don't call this functions from somewhere else. The Hibernate Server must remain independent of other libs.


Constructor Summary
HibernateServerExceptionUtil()
           
 
Method Summary
static Throwable getDeepestThrowable(Throwable t)
           
static Throwable prepareTransport(Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateServerExceptionUtil

public HibernateServerExceptionUtil()
Method Detail

prepareTransport

public static Throwable prepareTransport(Throwable t)

getDeepestThrowable

public static Throwable getDeepestThrowable(Throwable t)


Copyright © 2001-2012. All Rights Reserved.