public class RestOperationException extends OperationException
| Constructor and Description |
|---|
RestOperationException(String message) |
RestOperationException(String message,
int status) |
RestOperationException(String message,
Throwable cause) |
RestOperationException(String message,
Throwable cause,
int status) |
RestOperationException(Throwable cause) |
RestOperationException(Throwable cause,
int status) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatus() |
void |
setStatus(int status) |
isRollback, setNoRollbackaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestOperationException(String message)
public RestOperationException(Throwable cause)
public RestOperationException(String message, int status)
public RestOperationException(Throwable cause, int status)
Copyright © 2015 Nuxeo SA. All rights reserved.