com.ibm.broker.plugin

Class MbTerminalCreationException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.ibm.broker.plugin.MbTerminalCreationException
  • All Implemented Interfaces:
    java.io.Serializable


    public class MbTerminalCreationException
    extends java.lang.RuntimeException
    An MbTerminalCreationException is thrown whenever a user tries to create terminals anywhere other than in the node constructor (for example, in the evaluate method). The user should not try to catch this exception, since it indicates incorrect usage rather than a runtime problem.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String toString()
      Returns the String representation of the exception.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns the String representation of the exception.
        Overrides:
        toString in class java.lang.Throwable
        Returns:
        A String representation of the exception.
IBM Integration BusTM
JavaTM Plugin Node API