View Javadoc
1 /* 2 * Demosys. 3 * 4 * Terms of license - http://opensource.org/licenses/apachepl.php 5 */ 6 package org.demosys.web.iteration; 7 /*** 8 */ 9 public class UnknownIterationException extends Exception { 10 public UnknownIterationException(String message) { 11 super(message); 12 } 13 14 15 public UnknownIterationException() {} 16 }

This page was automatically generated by Maven