| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.sip.SipException javax.sip.ObjectInUseException
ObjectInUseException | public class ObjectInUseException extends SipException (Code) | | This exception is thrown by a method that is unable to delete a specified
Object because the Object is still in use by the underlying implementation.
author: BEA Systems, NIST version: 1.2 |
ObjectInUseException | public ObjectInUseException()(Code) | | Constructs a new ObjectInUseException .
|
ObjectInUseException | public ObjectInUseException(String message)(Code) | | Constructs a new ObjectInUseException with the specified
error message.
Parameters: message - the detailed error message |
ObjectInUseException | public ObjectInUseException(String message, Throwable cause)(Code) | | Constructs a new ObjectInUseException 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 |
|
|
|