com.opensymphony.provider
Class ProviderInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.opensymphony.provider.ProviderInvocationException
- All Implemented Interfaces:
- Serializable
public class ProviderInvocationException
- extends Exception
Exception thrown by Provider to encapsulate propriertry exception thrown by
underlying implementation provider.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Joe Walnes
- See Also:
- Serialized Form
ProviderInvocationException
public ProviderInvocationException(Throwable cause)
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable