Message Queue, v4.4 API Specification

com.sun.messaging
Class ReadOnlyPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jms.JMSException
              extended by com.sun.messaging.ReadOnlyPropertyException
All Implemented Interfaces:
java.io.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(java.lang.String property)
          Constructs a ReadOnlyPropertyException.
 
Method Summary
 
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(java.lang.String property)
Constructs a ReadOnlyPropertyException.

Parameters:
property - The property being modified.

Message Queue, v4.4 API Specification

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