public class ExitException extends OperationException
output
object is returned as the chain output.
Also, you can set the rollback argument to true to rollback the current transaction.
| Constructor and Description |
|---|
ExitException() |
ExitException(Object output) |
ExitException(Object output,
boolean rollback) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getOutput() |
ExitException |
setOutput(Object output) |
isRollback, setNoRollbackaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExitException()
public ExitException(Object output)
public ExitException(Object output, boolean rollback)
public ExitException setOutput(Object output)
public Object getOutput()
Copyright © 2013 Nuxeo SA. All Rights Reserved.