Sun Java(tm) System Message Queue
v3.6

com.sun.messaging
Class InvalidPropertyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.jms.JMSException
              extended bycom.sun.messaging.InvalidPropertyException
All Implemented Interfaces:
Serializable

public class InvalidPropertyException
extends JMSException

An InvalidPropertyException is thrown when a setProperty is called with an invalid property name parameter.

See Also:
javax.jms.ConnectionFactory, com.sun.messaging.AdministeredObject.setProperty(propname, propval), Serialized Form

Constructor Summary
InvalidPropertyException(String property)
          Constructs an InvalidPropertyException.
 
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

InvalidPropertyException

public InvalidPropertyException(String property)
Constructs an InvalidPropertyException.

Parameters:
property - The invalid property name.

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.