public class InvalidPropertyValueException extends JMSException
InvalidPropertyValueException is thrown when setProperty
is called with an invalid property value parameter.| Constructor and Description |
|---|
InvalidPropertyValueException(java.lang.String name,
java.lang.String value)
Constructs an InvalidPropertyValueException.
|
getErrorCode, getLinkedException, setLinkedExceptionpublic 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-2014, Oracle and/or its affiliates. All rights reserved.