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

com.gemstone.org.jgroups.blocks.VoteException Maven / Gradle / Ivy

The newest version!
/** Notice of modification as required by the LGPL
 *  This file was modified by Gemstone Systems Inc. on
 *  $Date$
 **/
package com.gemstone.org.jgroups.blocks;

import com.gemstone.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 = -741925330540432706L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy