public class ApiNotFoundException extends ApiException
| Modifier and Type | Method and Description |
|---|---|
static ApiNotFoundException |
notFound() |
static ApiNotFoundException |
notFound(FineMessage richMessage) |
static ApiNotFoundException |
notFound(FineMessageSet messageSet) |
static ApiNotFoundException |
notFound(FineMessageSet messageSet,
java.lang.Throwable ex) |
static ApiNotFoundException |
notFound(FineMessage richMessage,
java.lang.Throwable ex) |
static ApiNotFoundException |
notFound(java.lang.String message,
java.lang.String... traits) |
static ApiNotFoundException |
notFound(java.lang.String message,
java.lang.Throwable ex,
java.lang.String... traits) |
static ApiNotFoundException |
notFound(java.lang.Throwable ex,
java.lang.String... traits) |
badRequest, badRequest, badRequest, badRequest, badRequest, badRequest, badRequest, badRequest, conflict, conflict, conflict, conflict, conflict, conflict, conflict, conflict, forbidden, forbidden, forbidden, forbidden, forbidden, forbidden, forbidden, forbidden, getHttpStatusCode, getStatusCode, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, 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 ApiNotFoundException notFound()
public static ApiNotFoundException notFound(java.lang.String message, java.lang.String... traits)
public static ApiNotFoundException notFound(java.lang.Throwable ex, java.lang.String... traits)
public static ApiNotFoundException notFound(java.lang.String message, java.lang.Throwable ex, java.lang.String... traits)
public static ApiNotFoundException notFound(FineMessage richMessage)
public static ApiNotFoundException notFound(FineMessage richMessage, java.lang.Throwable ex)
public static ApiNotFoundException notFound(FineMessageSet messageSet)
public static ApiNotFoundException notFound(FineMessageSet messageSet, java.lang.Throwable ex)