FileDocCategorySizeDatePackage
ObjectInUseException.javaAPI DocphoneME MR2 API (J2ME)1579Wed May 02 18:00:42 BST 2007gov.nist.siplite

ObjectInUseException

public class ObjectInUseException extends javax.microedition.sip.SipException
Object already in use exception.

Fields Summary
Constructors Summary
public ObjectInUseException(String cause)
Constructor with cause.

param
cause the reason message for this exception

        super(cause, GENERAL_ERROR);
    
public ObjectInUseException()
Default constructor.

        super("Object in use!", GENERAL_ERROR);
    
Methods Summary