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