public class TransactionRollbackException extends TransactionException
| Constructor and Description |
|---|
TransactionRollbackException() |
TransactionRollbackException(String msg) |
TransactionRollbackException(String msg,
Throwable throwable) |
TransactionRollbackException(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
TransactionExecutionException |
getKurentoServerException() |
boolean |
isUserRollback() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionRollbackException()
public TransactionRollbackException(String msg)
public TransactionRollbackException(Throwable throwable)
public TransactionExecutionException getKurentoServerException()
public boolean isUserRollback()
Copyright © 2015 Kurento. All rights reserved.