org.hornetq.api.core
Class PropertyConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hornetq.api.core.PropertyConversionException
- All Implemented Interfaces:
- Serializable
public class PropertyConversionException
- extends RuntimeException
A PropertyConversionException is thrown by Message methods
when a property can not be converted to the expected type.
- Author:
- Jeff Mesnil
- See Also:
Message
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertyConversionException
public PropertyConversionException(String message)
Copyright © 2009 Red Hat Inc. All Rights Reserved.