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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sas.services.events.broker.flowengine.ProcessNodeException
All Implemented Interfaces:

public class ProcessNodeException
extends Exception

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(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessNodeException

public ProcessNodeException()

ProcessNodeException

public ProcessNodeException(String msg)




Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:54