Class JDBCSQLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.fmap.dal.exception.DataException
org.gvsig.fmap.dal.store.jdbc.exception.JDBCException
org.gvsig.fmap.dal.store.jdbc.exception.JDBCSQLException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class JDBCSQLException extends org.gvsig.fmap.dal.store.jdbc.exception.JDBCException
See Also:
  • Constructor Details

    • JDBCSQLException

      public JDBCSQLException(Exception cause)
    • JDBCSQLException

      public JDBCSQLException(Exception cause, String sql)
    • JDBCSQLException

      protected JDBCSQLException(String messageFormat, Throwable cause, String messageKey, long code)
    • JDBCSQLException

      protected JDBCSQLException(String messageFormat, String messageKey, long code)