Class ReadOnlyPropertyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.jms.JMSException
com.sun.messaging.ReadOnlyPropertyException
All Implemented Interfaces:
Serializable

public class ReadOnlyPropertyException extends jakarta.jms.JMSException
A ReadOnlyPropertyException is thrown when an attempt is made to modify a JMQ AdministeredObject that has been set to read only.
See Also:
  • Constructor Details

    • ReadOnlyPropertyException

      public ReadOnlyPropertyException(String property)
      Constructs a ReadOnlyPropertyException.
      Parameters:
      property - The property being modified.