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:
java.io.Serializable
public class InvalidPropertyException extends jakarta.jms.JMSException
AnInvalidPropertyException
is thrown when a setProperty is called with an invalid property name parameter.- See Also:
jakarta.jms.ConnectionFactory
,com.sun.messaging.AdministeredObject.setProperty(propname, propval)
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPropertyException(java.lang.String property)
Constructs an InvalidPropertyException.
-
Method Summary
-
Methods inherited from class jakarta.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
-
-