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, toString
public TransactionRollbackException()
public TransactionRollbackException(String msg)
public TransactionRollbackException(Throwable throwable)
public TransactionExecutionException getKurentoServerException()
public boolean isUserRollback()
Copyright © 2019 Kurento. All rights reserved.