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

org.miv.mbox.net.IdAlreadyInUseException Maven / Gradle / Ivy

Go to download

The message box acts as a buffer for incoming messages. Its major property is to be usable from any thread. This allows any external source to post any message at any time without having to wonder about synchronisation.

The newest version!
package org.miv.mbox.net;

public class IdAlreadyInUseException extends Exception
{
	public IdAlreadyInUseException( String message )
	{
		super( message );
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy