Class ActiveMQPropertyConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.activemq.artemis.api.core.ActiveMQPropertyConversionException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ActiveMQPropertyConversionException extends java.lang.RuntimeExceptionA PropertyConversionException is thrown byorg.apache.activemq.artemis.api.core.Messagemethods when a property can not be converted to the expected type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveMQPropertyConversionException(java.lang.String message)
-