blob: 36b2018dec14b8e1dede7f3a97110ebacb8d9365 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 SAP AG
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* SAP AG - initial contribution
*******************************************************************************/
package org.eclipse.virgo.web.enterprise.persistence.openejb.classloading.hook;
public class ClasspathExtenderClassLoadingHookException extends Exception {
private static final long serialVersionUID = 1L;
public ClasspathExtenderClassLoadingHookException(String message) {
super(message);
}
}