com.opensymphony.provider
Class ProviderInvocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.opensymphony.provider.ProviderInvocationException
All Implemented Interfaces:
java.io.Serializable

public class ProviderInvocationException
extends java.lang.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

Constructor Summary
ProviderInvocationException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

ProviderInvocationException

public ProviderInvocationException(java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()

See www.opensymphony.com for more information.