public class TransactionAlreadyExistsException extends SipException
m_Cause| Constructor and Description |
|---|
TransactionAlreadyExistsException()
Constructs a new
TransactionAlreadyExistsException |
TransactionAlreadyExistsException(String message)
Constructs a new
TransactionAlreadyExistsException with
the specified error message. |
TransactionAlreadyExistsException(String message,
Throwable cause)
Constructs a new
TransactionAlreadyExistsException with the
specified error message and specialized cause that triggered this error
condition. |
getCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionAlreadyExistsException()
TransactionAlreadyExistsExceptionpublic TransactionAlreadyExistsException(String message)
TransactionAlreadyExistsException with
the specified error message.message - the detail of the error messagepublic TransactionAlreadyExistsException(String message, Throwable cause)
TransactionAlreadyExistsException with the
specified error message and specialized cause that triggered this error
condition.message - the detail of the error messagecause - the specialized cause that triggered this exceptionCopyright © 2014. All Rights Reserved.