com.sas.services.events.broker.flowengine
Class ProcessNodeException

com.sas.services.events.broker.flowengine.ProcessNodeException
All Implemented Interfaces:
java.io.Serializable

public class ProcessNodeException

An ProcessNodeException is thrown by a process node "plug-in" when a problem occurs during execution.

Usage

This type of exception is provided for the end-user code so that it can signal to the runtime flowengine that an error has occurred. The flowengine will log this exception in the broker's log.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
ProcessNodeException()
           
ProcessNodeException(java.lang.String msg)
           
 

Constructor Detail

ProcessNodeException

public ProcessNodeException()

ProcessNodeException

public ProcessNodeException(java.lang.String msg)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.