Class RecurrenceInfoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ofbiz.base.util.GeneralException
-
- org.apache.ofbiz.service.calendar.RecurrenceInfoException
-
- All Implemented Interfaces:
Serializable
public class RecurrenceInfoException extends GeneralException
Recurrence Info Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecurrenceInfoException()
RecurrenceInfoException(String msg)
RecurrenceInfoException(String msg, Throwable t)
-
Method Summary
-
Methods inherited from class org.apache.ofbiz.base.util.GeneralException
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-