Class SQLExceptionWrapper

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

    class SQLExceptionWrapper
    extends java.sql.SQLException
    Wrapper class for SQLExceptions
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Exception myException  
    • Constructor Summary

      Constructors 
      Constructor Description
      SQLExceptionWrapper​(java.lang.Exception e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void handleMe()  
      (package private) void handleMeToo()  
      • Methods inherited from class java.sql.SQLException

        getErrorCode, getNextException, getSQLState, iterator, setNextException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • myException

        private java.lang.Exception myException
    • Constructor Detail

      • SQLExceptionWrapper

        SQLExceptionWrapper​(java.lang.Exception e)
    • Method Detail

      • handleMe

        void handleMe()
               throws java.io.IOException,
                      java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • handleMeToo

        void handleMeToo()
                  throws java.io.IOException
        Throws:
        java.io.IOException