com.ibm.broker.plugin

Class MbReadOnlyMessageException

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


    public class MbReadOnlyMessageException
    extends java.lang.RuntimeException
    An MbReadOnlyMessageException is thrown whenever a user tries to write to a read-only message.
    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