package com.blunk.storage;

import java.sql.SQLException;

/**
 * An exception that is thrown when a database-related error occurs.
 * 
 * @author Nillus
 */
@SuppressWarnings("serial")
public abstract class DatabaseException extends SQLException
{

}
