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

com.threatconnect.app.playbooks.db.DBException Maven / Gradle / Ivy

The newest version!
package com.threatconnect.app.playbooks.db;

/**
 * @author Greg Marut
 */
public class DBException extends Exception
{
	public DBException(final Exception cause)
	{
		super(cause);
	}
	
	public DBException(final String message)
	{
		super(message);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy