Packageorg.vostokframework.domain.assets.errors
Classpublic class DuplicateAssetError
InheritanceDuplicateAssetError Inheritance VostokFrameworkError Inheritance Error

description



Public Properties
 PropertyDefined By
  identification : VostokIdentification
[read-only]
DuplicateAssetError
Public Methods
 MethodDefined By
  
DuplicateAssetError(identification:VostokIdentification, message:String = null)
Constructor, creates a new AssetRepositoryError instance.
DuplicateAssetError
Property Detail
identificationproperty
identification:VostokIdentification  [read-only]


Implementation
    public function get identification():VostokIdentification
Constructor Detail
DuplicateAssetError()Constructor
public function DuplicateAssetError(identification:VostokIdentification, message:String = null)

Constructor, creates a new AssetRepositoryError instance.

Parameters
identification:VostokIdentification — A string associated with the error object.
 
message:String (default = null)