update pool
parent
01923ae1f4
commit
976539bd5c
@ -1,28 +0,0 @@
|
|||||||
package com.anjiplus.template.gaea.business.modules.dataSource.pool.exception;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author binbin.hou
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public class JdbcPoolException extends RuntimeException {
|
|
||||||
|
|
||||||
public JdbcPoolException() {
|
|
||||||
}
|
|
||||||
|
|
||||||
public JdbcPoolException(String message) {
|
|
||||||
super(message);
|
|
||||||
}
|
|
||||||
|
|
||||||
public JdbcPoolException(String message, Throwable cause) {
|
|
||||||
super(message, cause);
|
|
||||||
}
|
|
||||||
|
|
||||||
public JdbcPoolException(Throwable cause) {
|
|
||||||
super(cause);
|
|
||||||
}
|
|
||||||
|
|
||||||
public JdbcPoolException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) {
|
|
||||||
super(message, cause, enableSuppression, writableStackTrace);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,4 +1,4 @@
|
|||||||
package com.anjiplus.template.gaea.business.modules.dataSource.pool.util;
|
package com.anjiplus.template.gaea.business.util;
|
||||||
|
|
||||||
import com.anji.plus.gaea.exception.BusinessExceptionBuilder;
|
import com.anji.plus.gaea.exception.BusinessExceptionBuilder;
|
||||||
import com.anjiplus.template.gaea.business.code.ResponseCode;
|
import com.anjiplus.template.gaea.business.code.ResponseCode;
|
Loading…
Reference in New Issue