|
Sun Java(tm) System Message Queue v3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.jms.JMSException
com.sun.messaging.InvalidPropertyValueException
An InvalidPropertyValueException
is thrown when setProperty
is called with an invalid property value parameter.
javax.jms.ConnectionFactory
,
com.sun.messaging.AdministeredObject.setProperty(propname, propval)
,
Serialized FormConstructor Summary | |
InvalidPropertyValueException(String name,
String value)
Constructs an InvalidPropertyValueException. |
Methods inherited from class javax.jms.JMSException |
getErrorCode, getLinkedException, setLinkedException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InvalidPropertyValueException(String name, String value)
The exception message is formatted as
name=value
name
- The property name.value
- The invalid property value.
|
Sun Java(tm) System Message Queue v3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |