Packageorg.servebox.foundry.service
Classpublic class BusinessDelegateServiceError
InheritanceBusinessDelegateServiceError Inheritance Error

This error is thrwon when an object that AbstractService or HTTPService is trying to be registered the BusinessDelegate.



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

The code of the error.

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

Creates a new BusinessDelegateServiceError.

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