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

This page was automatically generated by Maven