Package com.sun.messaging
Class InvalidPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.jms.JMSException
com.sun.messaging.InvalidPropertyException
- All Implemented Interfaces:
- Serializable
public class InvalidPropertyException
extends jakarta.jms.JMSException
An 
InvalidPropertyException is thrown when a setProperty is called with an invalid property name
 parameter.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionInvalidPropertyException(String property) Constructs an InvalidPropertyException.
- 
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- 
InvalidPropertyExceptionConstructs an InvalidPropertyException.- Parameters:
- property- The invalid property name.
 
 
-