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