org.apache.tuscany.core.config
Class SidefileLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tuscany.common.TuscanyException
org.apache.tuscany.core.config.ConfigurationException
org.apache.tuscany.core.config.ConfigurationLoadException
org.apache.tuscany.core.config.SidefileLoadException
- All Implemented Interfaces:
- Serializable
public class SidefileLoadException
- extends ConfigurationLoadException
Exception indicating that there was a problem loading a sidefile.
- Version:
- $Rev$ $Date$
- See Also:
- Serialized Form
SidefileLoadException
public SidefileLoadException()
SidefileLoadException
public SidefileLoadException(String message)
SidefileLoadException
public SidefileLoadException(String message,
Throwable cause)
SidefileLoadException
public SidefileLoadException(Throwable cause)
getSidefileURI
public String getSidefileURI()
setSidefileURI
public void setSidefileURI(String sidefileURI)
-