Packageorg.servebox.foundry.service
Classpublic class ServiceNotFoundError
InheritanceServiceNotFoundError Inheritance Error

A ServiceNotFoundError is thrown when the wanted service is not found.



Public Properties
 PropertyDefined by
  code : int
The code of the error.
ServiceNotFoundError
Public Methods
 MethodDefined by
  
ServiceNotFoundError(message:String, code:int = 0)
Creates a new ServiceNotFoundError.
ServiceNotFoundError
Property detail
codeproperty
public var code:int

The code of the error.

Constructor detail
ServiceNotFoundError()constructor
public function ServiceNotFoundError(message:String, code:int = 0)

Creates a new ServiceNotFoundError.

Parameters
message:String
 
code:int (default = 0)