Class ActiveMQPropertyConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.activemq.artemis.api.core.ActiveMQPropertyConversionException
All Implemented Interfaces:
Serializable

public final class ActiveMQPropertyConversionException extends RuntimeException
A PropertyConversionException is thrown by org.apache.activemq.artemis.api.core.Message methods when a property can not be converted to the expected type.
See Also:
  • Constructor Details

    • ActiveMQPropertyConversionException

      public ActiveMQPropertyConversionException(String message)