Package org.jgroups.blocks
Class VoteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jgroups.ChannelException
-
- org.jgroups.blocks.VoteException
-
- All Implemented Interfaces:
java.io.Serializable
public class VoteException extends ChannelException
This exception is thrown when voting listener cannot vote on the specified decree.- Author:
- Roman Rokytskyy (rrokytskyy@acm.org)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VoteException(java.lang.String msg)
-