Skip to content

Latest commit

 

History

History
144 lines (77 loc) · 3.84 KB

File metadata and controls

144 lines (77 loc) · 3.84 KB

c8osdkjscoreC8oRessourceNotFoundException

Class: C8oRessourceNotFoundException

Hierarchy

C8oException

C8oRessourceNotFoundException

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

+ new C8oRessourceNotFoundException(message: string): C8oRessourceNotFoundException

Overrides C8oException.constructor

Defined in c8osdk-js-core/src/c8o/Exception/c8oRessourceNotFoundException.ts:3

Parameters:

Name Type
message string

Returns: C8oRessourceNotFoundException

+ new C8oRessourceNotFoundException(message: string, cause: Error): C8oRessourceNotFoundException

Overrides C8oException.constructor

Defined in c8osdk-js-core/src/c8o/Exception/c8oRessourceNotFoundException.ts:5

Parameters:

Name Type
message string
cause Error

Returns: C8oRessourceNotFoundException

Properties

Protected _cause

_cause: Error

Inherited from C8oException._cause

Defined in c8osdk-js-core/src/c8o/Exception/c8oException.ts:7


message

message: string

Inherited from C8oException.message

Overrides void

Defined in c8osdk-js-core/src/c8o/Exception/c8oException.ts:6


name

name: string

Inherited from void

Defined in C:/dev/sdks/c8osdk-angular/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:973


Optional stack

stack? : string

Inherited from void

Overrides void

Defined in C:/dev/sdks/c8osdk-angular/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:975

Accessors

cause

get cause(): Error

Inherited from C8oException.cause

Defined in c8osdk-js-core/src/c8o/Exception/c8oException.ts:28

Returns: Error

Methods

toJSON

toJSON(): object

Inherited from C8oException.toJSON

Defined in c8osdk-js-core/src/c8o/Exception/c8oException.ts:32

Returns: object


toString

toString(): object

Inherited from C8oException.toString

Defined in c8osdk-js-core/src/c8o/Exception/c8oException.ts:40

Returns: object