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 byorg.apache.activemq.artemis.api.core.Message
methods when a property can not be converted to the expected type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActiveMQPropertyConversionException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ActiveMQPropertyConversionException
public ActiveMQPropertyConversionException(String message)
-
-