beginPushError() method
This method is called by the server prior to the execution of the "Error
Steps" for the push.
Syntax
public
void
beginPushError
() throws AgentryException
Exceptions
-
AgentryException class –
if the push should be aborted for some reason. Throwing an exception from this method will prevent the response steps from being executed on other system connections as well, and will cause sessionAborted to be invoked.
Usage
Any processing that should take place prior to the execution of these steps should be implemented in this method.