blob: e25de36d8e26930a66e14bd1662a247852518eb5 [file] [log] [blame]
package org.eclipse.update.internal.core;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
/**
*
*/
public class UpdateManagerException extends Exception {
/**
* UpdateManagerException constructor comment.
*/
public UpdateManagerException( String strMessage ) {
super( strMessage );
}
}