Class: ScriptelException

dto~ ScriptelException

This class represents an exception being thrown that should be handled by any remote application.

new ScriptelException(message)

Constructor, creates a new instance of this type.
Parameters:
Name Type Description
message string Message to pass along regarding the cause of the exception.

Members

cid :string

Correlation id of the call that generated this exception (if available).

message :string

Message to return to client.