java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.ibm.broker.plugin.MbReadOnlyMessageException
public class MbReadOnlyMessageException
extends RuntimeException
An MbReadOnlyMessageException is thrown whenever a user tries to write to a read-only message.
Method | Description |
---|---|
String toString() | Returns the String representation of the exception. |
public String toString()Returns the String representation of the exception.
- Returns
- A String representation of the exception.
- Overrides
- toString in class Throwable