//
// Copyright (c)1998-2011 Pearson Education, Inc. or its affiliate(s).
// All rights reserved.
//
package openadk.generator;
public class MergeException extends Exception
{
private static final long serialVersionUID = Main.DEFAULT_SERIAL_VERSION_UID;
public MergeException( String msg )
{
super( msg );
}
}