| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.sip.SipException javax.sip.ProviderDoesNotExistException
ProviderDoesNotExistException | public class ProviderDoesNotExistException extends SipException (Code) | | This Exception is thrown when a user attempts to start the SipStack without
any SipProviders created to service requests and responses.
author: BEA Systems, NIST since: 1.2 |
ProviderDoesNotExistException | public ProviderDoesNotExistException()(Code) | | Constructs a new ProviderDoesNotExistException
|
ProviderDoesNotExistException | public ProviderDoesNotExistException(String message)(Code) | | Constructs a new ProviderDoesNotExistException with
the specified error message.
Parameters: message - the detail of the error message |
ProviderDoesNotExistException | public ProviderDoesNotExistException(String message, Throwable cause)(Code) | | Constructs a new ProviderDoesNotExistException with the
specified error message and specialized cause that triggered this error
condition.
Parameters: message - the detail of the error message Parameters: cause - the specialized cause that triggered this exception |
|
|
|