com.opensymphony.provider
Class ProviderConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ProviderConfigurationException()
           
ProviderConfigurationException(String msg)
           
ProviderConfigurationException(String msg, Throwable cause)
           
ProviderConfigurationException(Throwable cause)
           
 
Method Summary
 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
 

Constructor Detail

ProviderConfigurationException

public ProviderConfigurationException()

ProviderConfigurationException

public ProviderConfigurationException(String msg)

ProviderConfigurationException

public ProviderConfigurationException(Throwable cause)

ProviderConfigurationException

public ProviderConfigurationException(String msg,
                                      Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

OSCore Project Page