package riso.general;
/** An instance of this class represents the exception
* thrown when a non-blocking semaphore would block.
* This file was written by Stephen Hartley, and is
* released under the GNU GPL by his permission.
* See <tt>Semaphore.java</tt> for details.
*/
public class WouldBlockException extends Exception {}