Package com.sun.messaging
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 SummaryConstructorsConstructorDescriptionReadOnlyPropertyException(String property) Constructs a ReadOnlyPropertyException.
- 
Method SummaryMethods inherited from class jakarta.jms.JMSExceptiongetErrorCode, getLinkedException, setLinkedExceptionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ReadOnlyPropertyExceptionConstructs a ReadOnlyPropertyException.- Parameters:
- property- The property being modified.
 
 
-