com.sun.messaging
Class ReadOnlyPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
com.sun.messaging.ReadOnlyPropertyException
- All Implemented Interfaces:
- Serializable
public class ReadOnlyPropertyException
- extends JMSException
A ReadOnlyPropertyException
is thrown when an attempt is
made to modify a JMQ AdministeredObject
that has been
set to read only.
- See Also:
javax.jms.ConnectionFactory
,
com.sun.messaging.AdministeredObject.setReadOnly()
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReadOnlyPropertyException
public ReadOnlyPropertyException(String property)
- Constructs a ReadOnlyPropertyException.
- Parameters:
property
- The property being modified.
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.