Class InvalidPropertyValueException

    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidPropertyValueException​(java.lang.String name, java.lang.String value)
      Constructs an InvalidPropertyValueException.
    • Method Summary

      • Methods inherited from class jakarta.jms.JMSException

        getErrorCode, getLinkedException, setLinkedException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • InvalidPropertyValueException

        public InvalidPropertyValueException​(java.lang.String name,
                                             java.lang.String value)
        Constructs an InvalidPropertyValueException.

        The exception message is formatted as

        name=value

        Parameters:
        name - The property name.
        value - The invalid property value.