public class RestOperationException extends OperationException
Modifier and Type | Field and Description |
---|---|
protected int |
status |
rollback
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, setNoRollback
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected int status
public RestOperationException(String message)
public RestOperationException(Throwable cause)
public RestOperationException(String message, Throwable cause)
public RestOperationException(String message, int status)
public RestOperationException(Throwable cause, int status)
public RestOperationException(String message, Throwable cause, int status)
Copyright © 2018 Nuxeo. All rights reserved.