com.ibm.broker.config.appdev

Class UnsupportedNodeException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.broker.MessageBrokerAPIException
          • com.ibm.broker.config.appdev.UnsupportedNodeException
  • All Implemented Interfaces:
    java.io.Serializable


    public class UnsupportedNodeException
    extends com.ibm.broker.MessageBrokerAPIException
    This exception is used to show when a node has been encountered which is unsupported in the current operation.
    
     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
              2011-07-19  dstorey         v8 Release (no changes)
    
     
    See Also:
    Serialized Form
    • 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

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

      • UnsupportedNodeException

        public UnsupportedNodeException(java.lang.String nodeName)