Class SException.Jdbc

All Implemented Interfaces:
Serializable
Enclosing class:
SException

public static class SException.Jdbc extends SException
Chained JDBC Exception, could be anything as JDBC does not separate exceptions out and provides minimal information about their underlying causes.
See Also:
  • Constructor Details

    • Jdbc

      public Jdbc(String message, Throwable nestedException)
    • Jdbc

      public Jdbc(String message)
    • Jdbc

      public Jdbc(Throwable nestedException)
    • Jdbc

      public Jdbc()