Package org.bedework.calfacade.exc
Class CalFacadeBadRequest
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bedework.calfacade.exc.CalFacadeException
org.bedework.calfacade.exc.CalFacadeBadRequest
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CalFacadeInvalidSynctoken
Exception that indicates someone sent a bad request
- 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
-
CalFacadeBadRequest
public CalFacadeBadRequest()Constructor -
CalFacadeBadRequest
Constructor- Parameters:
t- Throwable
-
CalFacadeBadRequest
Constructor- Parameters:
s- String
-