Add automatically generated serialVersionUID to silence warnings

git-svn-id: http://webgoat.googlecode.com/svn/trunk@186 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
rogan.dawes
2007-07-18 13:32:08 +00:00
parent d709ff9506
commit 4a70fdac26
11 changed files with 63 additions and 4 deletions

View File

@ -35,6 +35,12 @@ public class ExecutionException extends Exception
{
/**
*
*/
private static final long serialVersionUID = 7282947463831152092L;
/**
* Constructor for the ExecutionException object
*/
public ExecutionException()