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