public class ApiConflictException extends ApiException
| Modifier and Type | Method and Description |
|---|---|
static ApiConflictException |
conflict() |
static ApiConflictException |
conflict(FineMessage richMessage) |
static ApiConflictException |
conflict(FineMessageSet messageSet) |
static ApiConflictException |
conflict(FineMessage richMessage,
java.lang.Throwable ex) |
static ApiConflictException |
conflict(java.lang.String message,
java.lang.String... traits) |
static ApiConflictException |
conflict(java.lang.String message,
java.lang.Throwable ex,
java.lang.String... traits) |
static ApiConflictException |
conflict(java.lang.Throwable ex,
java.lang.String... traits) |
static ApiConflictException |
conflictFound(FineMessageSet messageSet,
java.lang.Throwable ex) |
badRequest, badRequest, badRequest, badRequest, badRequest, badRequest, badRequest, badRequest, conflict, forbidden, forbidden, forbidden, forbidden, forbidden, forbidden, forbidden, forbidden, getHttpStatusCode, getStatusCode, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, notFound, notFound, notFound, notFound, notFound, notFound, notFound, notFound, preconditionFailed, preconditionFailed, preconditionFailed, preconditionFailed, preconditionFailed, preconditionFailed, preconditionFailed, preconditionFailed, serviceUnavailable, serviceUnavailable, serviceUnavailable, serviceUnavailable, serviceUnavailable, serviceUnavailable, serviceUnavailable, serviceUnavailable, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorizedequals, getMessageSet, getSummary, hashCodepublic static ApiConflictException conflict()
public static ApiConflictException conflict(java.lang.String message, java.lang.String... traits)
public static ApiConflictException conflict(java.lang.Throwable ex, java.lang.String... traits)
public static ApiConflictException conflict(java.lang.String message, java.lang.Throwable ex, java.lang.String... traits)
public static ApiConflictException conflict(FineMessage richMessage)
public static ApiConflictException conflict(FineMessage richMessage, java.lang.Throwable ex)
public static ApiConflictException conflict(FineMessageSet messageSet)
public static ApiConflictException conflictFound(FineMessageSet messageSet, java.lang.Throwable ex)