Uses of Class
com.atlassian.confluence.api.service.exceptions.GoneException
-
Packages that use GoneException Package Description com.atlassian.confluence.api.model.validation -
-
Uses of GoneException in com.atlassian.confluence.api.model.validation
Methods in com.atlassian.confluence.api.model.validation that return types with arguments of type GoneException Modifier and Type Method Description static com.atlassian.fugue.Function2<String,ValidationResult,? extends GoneException>ServiceExceptionSupplier. goneException()Deprecated.since 7.0.1.static com.google.common.base.Supplier<GoneException>ServiceExceptionSupplier. goneException(String errorMsg)Deprecated.since 7.0.1.static BiFunction<String,ValidationResult,? extends GoneException>ServiceExceptionSupplier. goneExceptionSupplier()static Supplier<GoneException>ServiceExceptionSupplier. goneExceptionSupplier(String errorMsg)
-