Class DbException

All Implemented Interfaces:
Serializable

public class DbException extends RuntimeException
See Also:
  • Constructor Details

    • DbException

      public DbException()
    • DbException

      public DbException(String msg)
    • DbException

      public DbException(Throwable t)
    • DbException

      public DbException(String msg, Throwable t)
  • Method Details

    • setSql

      public void setSql(String sql)
    • getSql

      public String getSql()