Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbReadOnlyMessageException

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 Index
Method Description
String toString() Returns the String representation of the exception.

Methods

toString

public String toString() 

Returns the String representation of the exception.

Class Hierarchy All Classes All Fields and Methods