public class TransactionException
extends org.kurento.commons.exception.KurentoException
| Constructor and Description |
|---|
TransactionException()
default constructor.
|
TransactionException(String msg)
Constructs a new runtime exception with the specified detail message.
|
TransactionException(String msg,
Throwable throwable) |
TransactionException(Throwable throwable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionException()
public TransactionException(String msg)
msg - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.public TransactionException(String msg, Throwable throwable)
msg - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.throwable - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is permitted, and
indicates that the cause is nonexistent or unknown.)public TransactionException(Throwable throwable)
throwable - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is permitted, and
indicates that the cause is nonexistent or unknown.)Copyright © 2015 Kurento. All rights reserved.