com.atlassian.confluence.api.impl.model.validation
Class CoreServiceExceptionSuppliers

java.lang.Object
  extended by com.atlassian.confluence.api.impl.model.validation.CoreServiceExceptionSuppliers

Deprecated. since 5.7, use ServiceExceptionSupplier instead.

@Deprecated
public class CoreServiceExceptionSuppliers
extends Object

ServiceException supplier for use with CoreValidationResults.


Constructor Summary
CoreServiceExceptionSuppliers()
          Deprecated.  
 
Method Summary
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.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreServiceExceptionSuppliers

public CoreServiceExceptionSuppliers()
Deprecated. 
Method Detail

notFoundException

@Deprecated
public static com.google.common.base.Function<String,NotFoundException> notFoundException()
Deprecated. 


notFoundExceptionSupplier

public static <T> com.google.common.base.Supplier<T> notFoundExceptionSupplier(String message,
                                                                               Object... args)
Deprecated. 

conflictException

@Deprecated
public static com.google.common.base.Function<String,ConflictException> conflictException()
Deprecated. 



Copyright © 2003–2015 Atlassian. All rights reserved.