|
|
The CORBA VPIMExceptions module defines the exceptions thrown by different modules under VPIM.
Exception when accessing Data Manager's Data Set servers.
Usage
exception DataSetManagerException
{
string errorMsg;
};
Parameters
errorMsg - error message
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[]).
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
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.
No service requests matching given criteria were found.
Usage
exception NoSuchServiceRequest
{
string errorMsg;
};
Exception when doing provisioning.
Usage
exception ProvisioningException
{
string errorMsg;
};
Parameters
errorMsg - error message
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
Exception when converting routerInfo for downloading
Usage
exception RouterInfoConversionException
{
string errorMsg;
};
Parameters
errorMsg - error message
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
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Wed May 17 17:43:55 PDT 2000
Copyright 1989 - 2000©Cisco Systems Inc.