8d0a5101895b9fd7933cf7f3943f3e5880be3fcd.svn-base 215 B

123456789101112
  1. package org.jeecg.modules.online.config.exception;
  2. public class DBException extends Exception
  3. {
  4. private static final long serialVersionUID = 1L;
  5. public DBException(String msg)
  6. {
  7. super(msg);
  8. }
  9. }