Package com.sun.messaging
Class InvalidPropertyValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.jms.JMSException
com.sun.messaging.InvalidPropertyValueException
- All Implemented Interfaces:
- Serializable
public class InvalidPropertyValueException
extends jakarta.jms.JMSException
An 
InvalidPropertyValueException is thrown when setProperty is called with an invalid property value
 parameter.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionInvalidPropertyValueException(String name, String value) Constructs an InvalidPropertyValueException.
- 
Method SummaryMethods inherited from class jakarta.jms.JMSExceptiongetErrorCode, getLinkedException, setLinkedExceptionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidPropertyValueExceptionConstructs an InvalidPropertyValueException.The exception message is formatted as name=value- Parameters:
- name- The property name.
- value- The invalid property value.
 
 
-