blob: 1dcc43cede2969c6248cf1a52e92367b6561185e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 IBM Corporation and Others
* 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:
* Hisashi MIYASHITA - initial API and implementation
*******************************************************************************/
package org.eclipse.actf.util.win32.comclutch;
/**
* not used
*/
public class DispatchNoNameException extends DispatchException {
private static final long serialVersionUID = -8294736447782292553L;
/**
* @param message
*/
public DispatchNoNameException(String message) {
super(message);
}
}