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

TransportNotSupportedException

public class TransportNotSupportedException extends javax.microedition.sip.SipException
Transaction not supported exception.

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

param
cause the reason message for this exception

        super(cause, SipException.TRANSPORT_NOT_SUPPORTED);
    
Methods Summary