public class DialogDoesNotExistException extends SipException
m_Cause| Constructor and Description |
|---|
DialogDoesNotExistException()
Constructs a new
DialogDoesNotExistException |
DialogDoesNotExistException(String message)
Constructs a new
DialogDoesNotExistException with
the specified error message. |
DialogDoesNotExistException(String message,
Throwable cause)
Constructs a new
DialogDoesNotExistException 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 DialogDoesNotExistException()
DialogDoesNotExistExceptionpublic DialogDoesNotExistException(String message)
DialogDoesNotExistException with
the specified error message.message - the detail of the error messagepublic DialogDoesNotExistException(String message, Throwable cause)
DialogDoesNotExistException 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 © 2018. All Rights Reserved.