com.sun.messaging
Class InvalidPropertyValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
com.sun.messaging.InvalidPropertyValueException
- All Implemented Interfaces:
- Serializable
public class InvalidPropertyValueException
- extends JMSException
An InvalidPropertyValueException
is thrown when setProperty
is called with an invalid property value parameter.
- See Also:
javax.jms.ConnectionFactory
,
com.sun.messaging.AdministeredObject.setProperty(propname, propval)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPropertyValueException
public InvalidPropertyValueException(String name,
String value)
- Constructs an InvalidPropertyValueException.
The exception message is formatted as
name=value
- Parameters:
name
- The property name.value
- The invalid property value.
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.