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, toStringpublic OperationException(String message)
public OperationException(Throwable cause)
public boolean isRollback()
setNoRollback().public OperationException setNoRollback()
Copyright © 2012 Nuxeo SA. All Rights Reserved.