org.jboss.soa.esb.configure
Class PropertyDecodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.soa.esb.BaseException
              extended by org.jboss.soa.esb.ConfigurationException
                  extended by org.jboss.soa.esb.configure.PropertyDecodeException
All Implemented Interfaces:
java.io.Serializable

public class PropertyDecodeException
extends ConfigurationException

Configuration Property decode exception.

Author:
tom.fennelly@gmail.com
See Also:
Serialized Form

Constructor Summary
PropertyDecodeException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Class<? extends java.lang.Object> getConfiguredClass()
           
 java.lang.String getMessage()
           
 java.lang.String getPropertyName()
           
 void setConfiguredClass(java.lang.Class<? extends java.lang.Object> configuredClass)
           
 void setPropertyName(java.lang.String propertyName)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyDecodeException

public PropertyDecodeException(java.lang.String message,
                               java.lang.Throwable cause)
Method Detail

getConfiguredClass

public java.lang.Class<? extends java.lang.Object> getConfiguredClass()

setConfiguredClass

public void setConfiguredClass(java.lang.Class<? extends java.lang.Object> configuredClass)

getPropertyName

public java.lang.String getPropertyName()

setPropertyName

public void setPropertyName(java.lang.String propertyName)

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable