exceptions
Class NoValidVotesException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byexceptions.NoValidVotesException
All Implemented Interfaces:
java.io.Serializable

public class NoValidVotesException
extends java.lang.Exception

Cast whenever a decryption server finds that no valid votes were cast in an election.

Author:
Bent K. Onshus
See Also:
Serialized Form

Constructor Summary
NoValidVotesException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoValidVotesException

public NoValidVotesException(java.lang.String msg)