cc/td/doc/product/rtrmgmt/vpnsc/mpls/1_2
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

CiscoVPIMExceptions.idl

CiscoVPIMExceptions.idl

Module CiscoVPIMExceptions

The CORBA VPIMExceptions module defines the exceptions thrown by different modules under VPIM.

Exceptions

DataSetManagerException

Exception when accessing Data Manager's Data Set servers.

Usage

exception DataSetManagerException
{
    string errorMsg;
};

Parameters

errorMsg - error message

FileAccessException

Exception when accessing the named file.

Usage

exception FileAccessException
{
    string fileName; string errMsg; unsigned long errno;
};

Parameters

fileName -name of the file. errno -system error number where applicable. Otherwise, it is set to 0. errMsg -a short error message explaining what the error is (most likely from sys_errlist[]).

InvalidVPNServiceRequest

Invalid VPN service request. Reason gives reason.

Usage

exception InvalidVPNServiceRequest
{
    unsigned long id; string reason;
};

Parameters

id - the ID of the service request. reason - error message

InvalidVPNServiceRequestDefinitionFile

Syntax error in the service definition file.

Usage

exception InvalidVPNServiceRequestDefinitionFile
{
    unsigned long id; string text;
};

Parameters

id - the ID of the service request. text - contents of the service definition file.

NoSuchServiceRequest

No service requests matching given criteria were found.

Usage

exception NoSuchServiceRequest
{
    string errorMsg;
};

ProvisioningException

Exception when doing provisioning.

Usage

exception ProvisioningException
{
    string errorMsg;
};

Parameters

errorMsg - error message

RouterConfigletConversionException

Exception when converting configlet for downloading

Usage

exception RouterConfigletConversionException
{
    unsigned long rid; unsigned long cid; string errorMsg;
};

Parameters

rid - the ID of the service request. cid - the configlet ID of the configlet errorMsg - error message

RouterInfoConversionException

Exception when converting routerInfo for downloading

Usage

exception RouterInfoConversionException
{
    string errorMsg;
};

Parameters

errorMsg - error message

VPNServiceRequestDBError

Error when accessing service request DB (where VPN service requests are stored).

Usage

exception VPNServiceRequestDBError
{
    string dbPath; string errorMsg;
};

Parameters

dbPath - path to the service request DB errorMsg - error message


hometocprevnextglossaryfeedbacksearchhelp
Posted: Tue Sep 26 16:54:42 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.