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

Table of Contents

CiscoTaskExceptions.idl

CiscoTaskExceptions.idl

Module CiscoTaskExceptions

The CiscoTaskExceptions module defines exceptions that are raised by the operations defined in the CiscoTaskServiceModel, CiscoTaskManagedObjects, and CiscoTaskFactory modules.

See Also

CiscoTaskServiceModel, CiscoTaskManagedObjects, CiscoTaskFactory

Since

Cisco VPN Solutions Center, Release 1.1

Data Structures and Types

TaskInvalidDataCode Enumerated Type

TaskInvalidDataCode represents all errCode values used by the InvalidData exception.

Usage

enum TaskInvalidDataCode
{
    NULL_POINTER, OUT_OF_RANGE, INVALID_OBJECT, ALREADY_IN_REP, NOT_IN_REP
};

Enumerators

NULL_POINTER—Null pointer encountered during the execution of the operation.

OUT_OF_RANGE—Data value is not in the acceptable range.

INVALID_OBJECT—Internal state of the object is not correct.

ALREADY_IN_REP—Object is already stored in the Task Repository.

NOT_IN_REP—Object is not in the Task Repository.

See Also

InvalidData

Since

Cisco VPN Solutions Center, Release 1.1

Exceptions

InvalidData

Exception raised when invalid data is given.

Usage

exception InvalidData
{
    TaskInvalidDataCode errCode; string errMessage;
};

Parameters

errCodeTaskInvalidDataCode value

errMessagestring that describes the condition that raised the exception.

See Also

TaskInvalidDataCode, RepException

Since

Cisco VPN Solutions Center, Release 1.1

RepException

Exception raised by operations which access the Task Repository.

Usage

exception RepException
{
    long errCode; string errMessage;
};

Parameters

errCodelong that is unique and associated with a specific condition in the Task Repository.

errMessagestring that describes the condition that raised the exception.

Description

The following describes a list of possible values that can appear in errCode


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