com.opensymphony.provider
Class ProviderConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.opensymphony.provider.ProviderConfigurationException
- All Implemented Interfaces:
- Serializable
public class ProviderConfigurationException
- extends Exception
Thrown by Provider if it cannot initialize properly. If this is thrown,
then it is the job of the ProviderFactory to log the reason, and try
another Provider.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Joe Walnes
- See Also:
Provider
,
ProviderFactory
,
Serialized Form
ProviderConfigurationException
public ProviderConfigurationException()
ProviderConfigurationException
public ProviderConfigurationException(String msg)
ProviderConfigurationException
public ProviderConfigurationException(Throwable cause)
ProviderConfigurationException
public ProviderConfigurationException(String msg,
Throwable cause)
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable