Classes


Class actuate.ConnectionException

Thrown when an Ajax connection fails, either because an invalid URL was used in API calls or the target server was not available.
Member of: actuate.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs an object that represents an exception occuring when a connection to a server fails.
Method Summary
Method Attributes Method Name and Description
 
Returns the URL used for the connection attempt.
Class Detail
actuate.ConnectionException()
Constructs an object that represents an exception occuring when a connection to a server fails.
Method Detail
{String} getUrl()
Returns the URL used for the connection attempt. This URL is the provided Information Console URL plus any parameters provided as request options.
Returns:
{String} URL for which the connection has failed

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 06 2015 04:13:43 GMT-0800 (PST)