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

PeerUnavailableException

public class PeerUnavailableException extends javax.microedition.sip.SipException
Peer unavailable exception.

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

param
cause the reason message for this exception

        super(cause, GENERAL_ERROR);
    
Methods Summary