static InvocationException |
ExceptionFactory.convertConsumerException(Throwable e) |
static InvocationException |
ExceptionFactory.convertConsumerException(Throwable e,
String errorMsg) |
protected static InvocationException |
ExceptionFactory.convertException(int statusCode,
String reasonPhrase,
Throwable e,
String errorMsg) |
static InvocationException |
ExceptionFactory.convertProducerException(Throwable e) |
static InvocationException |
ExceptionFactory.convertProducerException(Throwable e,
String errorMsg) |
static InvocationException |
ExceptionFactory.create(javax.ws.rs.core.Response.StatusType status,
Object exceptionOrErrorData) |
static InvocationException |
ExceptionFactory.createConsumerException(Object errorData) |
static InvocationException |
ExceptionFactory.createProducerException(Object errorData) |
protected static InvocationException |
ExceptionFactory.doCreate(int statusCode,
String reasonPhrase,
CommonExceptionData data,
Throwable e) |
protected static InvocationException |
ExceptionFactory.doCreate(javax.ws.rs.core.Response.StatusType status,
Object errorData) |