All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lone.common.exception.DBException Maven / Gradle / Ivy

The newest version!
package com.lone.common.exception;

@SuppressWarnings("serial")
public class DBException extends Exception {
	
	public DBException(String msg)
	 {
	  super(msg);
	 }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy