nz.co.gregs.dbvolution.exceptions.FullAndRightOuterJoinNotSupportedException Maven / Gradle / Ivy
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package nz.co.gregs.dbvolution.exceptions;
/**
* Placeholder until full outer join emulation is implemented.
*
* Support DBvolution at
* Patreon
*
* @author gregorygraham
*/
public class FullAndRightOuterJoinNotSupportedException extends DBRuntimeException {
private static final long serialVersionUID = 1L;
}