org.apache.camel.util
Class LoadPropertiesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.camel.CamelException
              extended by org.apache.camel.util.LoadPropertiesException
All Implemented Interfaces:
Serializable

public class LoadPropertiesException
extends CamelException

Represents a failure to open a Properties file at a given URL

See Also:
Serialized Form

Constructor Summary
LoadPropertiesException(URL url, Exception cause)
           
 
Method Summary
 URL getUrl()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoadPropertiesException

public LoadPropertiesException(URL url,
                               Exception cause)
Method Detail

getUrl

public URL getUrl()


Apache Camel