00001 /* 00002 * BackEndHandlerSQLCreationException.java 00003 * 00004 * Created on June 6, 2005, 7:57 PM 00005 * Created by Detro - 566/2145 00006 */ 00007 00008 package org.jaebi.server.service.exception; 00009 00014 public class BackEndHandlerSQLCreationException extends Exception { 00015 00017 public BackEndHandlerSQLCreationException(String exceptionMessage) { 00018 super( exceptionMessage ); 00019 } 00020 00021 }