| Package | org.vostokframework.domain.assets.errors | 
| Class | public class AssetNotFoundError | 
| Inheritance | AssetNotFoundError  VostokFrameworkError  Error | 
| Property | Defined By | ||
|---|---|---|---|
| identification : VostokIdentification [read-only]  | AssetNotFoundError | ||
| Method | Defined By | ||
|---|---|---|---|
| AssetNotFoundError(identification:VostokIdentification, message:String = null) 
		 Constructor, creates a new AssetRepositoryError instance. | AssetNotFoundError | ||
| identification | property | 
identification:VostokIdentification  [read-only]     public function get identification():VostokIdentification| AssetNotFoundError | () | Constructor | 
public function AssetNotFoundError(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) |