All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lritdcs.BadMessageException Maven / Gradle / Ivy

Go to download

A collection of software for aggregatting and processing environmental data such as from NOAA GOES satellites.

The newest version!
/*
*  $Id$
*
*  $Log$
*  Revision 1.1  2008/04/04 18:21:16  cvs
*  Added legacy code to repository
*
*  Revision 1.2  2003/07/28 19:18:24  mjmaloney
*  dev
*
*  Revision 1.1  2003/07/28 18:16:36  mjmaloney
*  Initial version.
*
*  Revision 1.1.1.1  2003/07/28 18:13:20  mjmaloney
*  LRIT-DCS Project Files
*
*/
package lritdcs;

import ilex.util.FailureException;

public class BadMessageException extends FailureException
{
	public BadMessageException(String msg)
	{
		// Note FailureException ctor will issue log message.
		super(msg);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy