BadBallotException.java :  » UnTagged » electronicvoting » Exceptions » Android Open Source

Android Open Source » UnTagged » electronicvoting 
electronicvoting » Exceptions » BadBallotException.java
package Exceptions;

import java.io.IOException;

public class BadBallotException extends IOException{
  
  /**
   * 
   */
  private static final long serialVersionUID = 1L;

  public BadBallotException(String crushStr){
    super(crushStr);
  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.