Uses of Class
com.atlassian.confluence.api.service.exceptions.unchecked.NotImplementedServiceException
Packages that use NotImplementedServiceException
Package
Description
-
Uses of NotImplementedServiceException in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions that return NotImplementedServiceExceptionModifier and TypeMethodDescriptionprotected @NonNull NotImplementedServiceException
ContentRestrictionServiceImpl.throwableUnsupportedSubjectType
(@Nullable Object something) Returns throwable to indicate that certainSubjectType
is not supported forContentRestriction
s 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 NotImplementedServiceExceptionModifier and TypeMethodDescriptionstatic BiFunction<String,
ValidationResult, ? extends NotImplementedServiceException> ServiceExceptionSupplier.notImplementedSupplier()