org.ofbiz.service.calendar
Class RecurrenceInfoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ofbiz.base.util.GeneralException
              extended by org.ofbiz.service.calendar.RecurrenceInfoException
All Implemented Interfaces:
java.io.Serializable

public class RecurrenceInfoException
extends GeneralException

Recurrence Info Exception

See Also:
Serialized Form

Constructor Summary
RecurrenceInfoException()
           
RecurrenceInfoException(java.lang.String msg)
           
RecurrenceInfoException(java.lang.String msg, java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class org.ofbiz.base.util.GeneralException
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecurrenceInfoException

public RecurrenceInfoException()

RecurrenceInfoException

public RecurrenceInfoException(java.lang.String msg)

RecurrenceInfoException

public RecurrenceInfoException(java.lang.String msg,
                               java.lang.Throwable t)