
public final class WebException extends javax.ws.rs.WebApplicationException
| Modifier and Type | Method and Description | 
|---|---|
static WebException | 
badRequestException(String... errors)  | 
static WebException | 
conflictException(String... errors)  | 
static WebException | 
notFoundException(String... errors)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static WebException notFoundException(String... errors)
public static WebException badRequestException(String... errors)
public static WebException conflictException(String... errors)
Copyright © 2015 Maxim Yunusov. All rights reserved.