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

bboss.org.jgroups.blocks.VoteException Maven / Gradle / Ivy

The newest version!
package bboss.org.jgroups.blocks;

import bboss.org.jgroups.ChannelException;

/**
 * This exception is thrown when voting listener cannot vote on the
 * specified decree.
 *  
 * @author Roman Rokytskyy ([email protected])
 */
public class VoteException extends ChannelException {

    private static final long serialVersionUID = -878345689312038489L;

	public VoteException(String msg) { super(msg); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy