/* NoCreatorException.java:
 *
 * Copyright (C) 1997, 1998, Kenneth Albanowski
 *
 * This is free software, licensed under the GNU Library Public License V2.
 * See the file COPYING.LIB for details.
 */

package Pdapilot;

public class NoCreatorException extends DlpException {
	NoCreatorException() { super(); }
	NoCreatorException(String s) { super(s); }
}
