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