Sun Java(tm) System Message Queue
v3.6

com.sun.messaging
Class ReadOnlyPropertyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.jms.JMSException
              extended bycom.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

Constructor Summary
ReadOnlyPropertyException(String property)
          Constructs a ReadOnlyPropertyException.
 
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReadOnlyPropertyException

public ReadOnlyPropertyException(String property)
Constructs a ReadOnlyPropertyException.

Parameters:
property - The property being modified.

Sun Java(tm) System Message Queue
v3.6

Copyright 2004 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, California, 95054, U.S.A. All Rights Reserved.