Class ProcessNodeException

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

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:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ProcessNodeException

      public ProcessNodeException()
    • ProcessNodeException

      public ProcessNodeException(String msg)