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