Class SException.Jdbc

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • Jdbc

        public Jdbc​(java.lang.String message,
                    java.lang.Throwable nestedException)
      • Jdbc

        public Jdbc​(java.lang.String message)
      • Jdbc

        public Jdbc​(java.lang.Throwable nestedException)
      • Jdbc

        public Jdbc()