View Javadoc

1   package org.eparapher.core.exceptions;
2   
3   public class SignatureException extends Exception {
4   
5   	private String fileToSign = "";
6   	
7   }