public class TransactionDoesNotExistException extends SipException
m_Cause
Constructor and Description |
---|
TransactionDoesNotExistException()
Constructs a new
TransactionDoesNotExistException |
TransactionDoesNotExistException(String message)
Constructs a new
TransactionDoesNotExistException with
the specified error message. |
TransactionDoesNotExistException(String message,
Throwable cause)
Constructs a new
TransactionDoesNotExistException with the
specified error message and specialized cause that triggered this error
condition. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransactionDoesNotExistException()
TransactionDoesNotExistException
public TransactionDoesNotExistException(String message)
TransactionDoesNotExistException
with
the specified error message.message
- the detail of the error messagepublic TransactionDoesNotExistException(String message, Throwable cause)
TransactionDoesNotExistException
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 © 2015. All Rights Reserved.