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 Summary
ConstructorsConstructorDescriptionReadOnlyPropertyException
(String property) Constructs a ReadOnlyPropertyException. -
Method Summary
Methods inherited from class jakarta.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReadOnlyPropertyException
Constructs a ReadOnlyPropertyException.- Parameters:
property
- The property being modified.
-