Class SQLExceptionUtils


  • public class SQLExceptionUtils
    extends java.lang.Object
    Utility to report SQLException correctly to the client
    Author:
    enrico.olivelli
    • Method Summary

      Modifier and Type Method Description
      static java.sql.SQLException wrapException​(java.lang.Throwable exception)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SQLExceptionUtils

        public SQLExceptionUtils()
    • Method Detail

      • wrapException

        public static java.sql.SQLException wrapException​(java.lang.Throwable exception)