public class OperationException extends Exception
Constructor and Description |
---|
OperationException(String message) |
OperationException(String message,
Throwable cause) |
OperationException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
boolean |
isRollback()
Whether this exception should rollback the current transaction.
|
OperationException |
setNoRollback() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OperationException(String message)
public OperationException(Throwable cause)
public boolean isRollback()
setNoRollback()
.public OperationException setNoRollback()
Copyright © 2015 Nuxeo SA. All rights reserved.