com.opensymphony.provider
Class ProviderConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.opensymphony.provider.ProviderConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
- public class ProviderConfigurationException
- extends java.lang.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
Method Summary |
java.lang.Throwable |
getCause()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 |
ProviderConfigurationException
public ProviderConfigurationException()
ProviderConfigurationException
public ProviderConfigurationException(java.lang.String msg)
ProviderConfigurationException
public ProviderConfigurationException(java.lang.Throwable cause)
ProviderConfigurationException
public ProviderConfigurationException(java.lang.String msg,
java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()