Package org.bedework.calfacade.exc
Class CalFacadeStaleStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bedework.calfacade.exc.CalFacadeException
org.bedework.calfacade.exc.CalFacadeStaleStateException
- All Implemented Interfaces:
Serializable
Exception that indicates somethign changed in the db while we were away.
- Author:
- Mike Douglass
- See Also:
-
Field Summary
Fields inherited from class org.bedework.calfacade.exc.CalFacadeException
alreadyOnGroupPath, attendeesInPublish, badCalendarUserAddr, badDate, badLocale, badPwFormat, badRequest, badResponse, badRootUsersList, badSystemLocaleList, calsuiteBadowner, calsuiteGroupAssigned, calsuiteGroupNameTooLong, calsuiteUnknownRootCollection, calsuiteUnknownSubmissionsCollection, cannotDeleteCalendarRoot, cannotDeleteDefaultCalendar, cannotLocateInstance, collectionNotEmpty, collectionNotFound, configMissingValue, configNoOptions, duplicateAdminGroup, duplicateCalendar, duplicateCalsuite, duplicateFilter, duplicateGuid, duplicateName, duplicateResource, duplicateSubscription, endAndDuration, envCannotSetValues, envMultipleGetters, envNoGetters, filterBadList, filterBadOperator, filterBadProperty, filterBadSort, filterBadType, filterExpectedAscDesc, filterExpectedCloseParen, filterExpectedOpenParen, filterExpectedPropertyName, filterExpectedUid, filterExpectedWord, filterMixedLogicalOperators, filterSyntax, filterTypeFirst, filterTypeNeedsAnd, filterUnknownView, forbidden, groupNotFound, illegalCalendarCreation, illegalObjectClass, invalidOverride, missingEventProperty, missingGroupOwnerHome, missingResourceContent, noCalsuite, noCalsuiteResCol, noconfigs, noDefaultDomain, noEventCalendar, noEventGuid, noEventName, noGuid, noInvite, noInviteeInUsers, noKeyFields, noMetadata, noRecurrenceInstances, noSuchAccount, noThreadLocalTimezones, notIndexPrincipal, nullCalendarUserAddr, overridesForNonRecurring, principalNotFound, schedulingAttendeeAccessDisallowed, schedulingBadAction, schedulingBadAttendees, schedulingBadDestinationCalendar, schedulingBadGranulatorDt, schedulingBadMethod, schedulingBadRecipients, schedulingBadResponse, schedulingBadResponseMethod, schedulingBadSourceCalendar, schedulingDuplicateUid, schedulingExpectOneAttendee, schedulingInvalidPartStatus, schedulingMultipleEvents, schedulingNoAttendees, schedulingNoCalendar, schedulingNoOriginator, schedulingNoRecipients, schedulingNotAttendee, schedulingTooManyAttendees, schedulingUnknownAttendee, schedulingUnknownEvent, shareTargetNotFound, staleState, subscriptionFailed, subscriptionLoopDetected, targetExists, unexpectedFilterEof, unindexableObjectClass, unknownCalsuite, unknownFilter, unknownPrincipalType, unknownProperty, unknownResource, unknownTimezone -
Constructor Summary
ConstructorsConstructorDescriptionConstructorConstructorConstructor -
Method Summary
Methods inherited from class org.bedework.calfacade.exc.CalFacadeException
getDetailMessage, getExtra, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CalFacadeStaleStateException
public CalFacadeStaleStateException()Constructor -
CalFacadeStaleStateException
Constructor- Parameters:
t- Throwable
-
CalFacadeStaleStateException
Constructor- Parameters:
s- String
-