ServiceExceptionSupplier
instead.@Deprecated public class CoreServiceExceptionSuppliers extends Object
Constructor and Description |
---|
CoreServiceExceptionSuppliers()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<String,ConflictException> |
conflictException()
Deprecated.
|
static com.google.common.base.Function<String,NotFoundException> |
notFoundException()
Deprecated.
|
static <T> com.google.common.base.Supplier<T> |
notFoundExceptionSupplier(String message,
Object... args)
Deprecated.
|
@Deprecated public static com.google.common.base.Function<String,NotFoundException> notFoundException()
public static <T> com.google.common.base.Supplier<T> notFoundExceptionSupplier(String message, Object... args)
@Deprecated public static com.google.common.base.Function<String,ConflictException> conflictException()
Copyright © 2003–2016 Atlassian. All rights reserved.