public class InvalidPropertyValueException
extends javax.jms.JMSException
InvalidPropertyValueException
is thrown when setProperty is called with an invalid property value
parameter.javax.jms.ConnectionFactory
,
com.sun.messaging.AdministeredObject.setProperty(propname, propval)
,
Serialized FormConstructor and Description |
---|
InvalidPropertyValueException(java.lang.String name,
java.lang.String value)
Constructs an InvalidPropertyValueException.
|
getErrorCode, getLinkedException, setLinkedException
public InvalidPropertyValueException(java.lang.String name, java.lang.String value)
The exception message is formatted as
name=value
name
- The property name.value
- The invalid property value.Copyright (c) 2010, 2017 Oracle and/or its affiliates. All rights reserved.