Class InvalidOutputException

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

public class InvalidOutputException extends Exception
An InvalidOutputException is thrown when an invalid message is propagated from a process flow node.

Usage

This type of exception can occur if a process node propagates an output message that is not defined for that node.
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

    • InvalidOutputException

      public InvalidOutputException()
    • InvalidOutputException

      public InvalidOutputException(String msg)