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:
java.io.Serializable
public class ReadOnlyPropertyException extends jakarta.jms.JMSException
AReadOnlyPropertyException
is thrown when an attempt is made to modify a JMQAdministeredObject
that has been set to read only.- See Also:
jakarta.jms.ConnectionFactory
,com.sun.messaging.AdministeredObject.setReadOnly()
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyPropertyException(java.lang.String property)
Constructs a ReadOnlyPropertyException.
-
Method Summary
-
Methods inherited from class jakarta.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
-
-