Uses of Class
com.atlassian.confluence.api.service.exceptions.unchecked.NotImplementedServiceException
-
Packages that use NotImplementedServiceException Package Description com.atlassian.confluence.api.impl.service.permissions com.atlassian.confluence.api.model.validation -
-
Uses of NotImplementedServiceException in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions that return NotImplementedServiceException Modifier and Type Method Description protected @NonNull NotImplementedServiceExceptionContentRestrictionServiceImpl. throwableUnsupportedSubjectType(@Nullable Object something)Returns throwable to indicate that certainSubjectTypeis not supported forContentRestrictions operations. -
Uses of NotImplementedServiceException in com.atlassian.confluence.api.model.validation
Methods in com.atlassian.confluence.api.model.validation that return types with arguments of type NotImplementedServiceException Modifier and Type Method Description static com.atlassian.fugue.Function2<String,ValidationResult,? extends NotImplementedServiceException>ServiceExceptionSupplier. notImplemented()Deprecated.since 7.0.1.static BiFunction<String,ValidationResult,? extends NotImplementedServiceException>ServiceExceptionSupplier. notImplementedSupplier()
-