1 25 package org.ofbiz.service.calendar; 26 27 34 public class RecurrenceInfoException extends org.ofbiz.base.util.GeneralException { 35 36 public RecurrenceInfoException() { 37 super(); 38 } 39 40 public RecurrenceInfoException(String msg) { 41 super(msg); 42 } 43 44 public RecurrenceInfoException(String msg, Throwable t) { 45 super(msg, t); 46 } 47 48 } 49 | Popular Tags |