org.hornetq.api.core
Class PropertyConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
PropertyConversionException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyConversionException

public PropertyConversionException(String message)


Copyright © 2009 Red Hat Inc. All Rights Reserved.