public class TransactionUnavailableException extends SipException
m_Cause
Constructor and Description |
---|
TransactionUnavailableException()
Constructs a new
TransactionUnavailableException . |
TransactionUnavailableException(String message)
Constructs a new
TransactionUnavailableException with
the specified error message. |
TransactionUnavailableException(String message,
Throwable cause)
Constructs a new
TransactionUnavailableException 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 TransactionUnavailableException()
TransactionUnavailableException
.public TransactionUnavailableException(String message)
TransactionUnavailableException
with
the specified error message.message
- the error message of this Exception.public TransactionUnavailableException(String message, Throwable cause)
TransactionUnavailableException
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.