FullAndRightOuterJoinNotSupportedException.java
/*
* 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.
*
* <p style="color: #F90;">Support DBvolution at
* <a href="http://patreon.com/dbvolution" target=new>Patreon</a></p>
*
* @author gregorygraham
*/
public class FullAndRightOuterJoinNotSupportedException extends DBRuntimeException {
private static final long serialVersionUID = 1L;
}