-
com.ecyrd.jspwiki.providers.ProviderException
This exception represents the superclass of all exceptions that providers may throw. It is okay to throw it in case you cannot use any of the specific subclasses, in which case the page loading is considered to be broken, and the user is notified.
-
java.security.ProviderException
A runtime exception for Provider exceptions (such as misconfiguration errors or unrecoverable internal errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors.
@version 1.17, 11/17/05
@author Benjamin Renaud
-
org.apache.airavata.core.gfac.exception.ProviderException
The exception for {@link Provider}
-
org.apache.wiki.api.exceptions.ProviderException
This exception represents the superclass of all exceptions that providers may throw. It is okay to throw it in case you cannot use any of the specific subclasses, in which case the page loading is considered to be broken, and the user is notified.
-
org.apache.wiki.providers.ProviderException
This exception represents the superclass of all exceptions that providers may throw. It is okay to throw it in case you cannot use any of the specific subclasses, in which case the page loading is considered to be broken, and the user is notified.
-
org.efs.openreports.providers.ProviderException
-
org.jboss.errai.ioc.client.api.ProviderException
@author Mike Brock
-
org.jredis.ProviderException
Used by JRedis implementation providers to indicate an exception related to the implementation of the specification. Effectively, this exception and its extensions should only be thrown when a fault has occurred that is neither a {@link SystemException}, nor a Redis prompted server side error.
@author Joubin Houshyar (alphazero@sensesay.net)
@version alpha.0, 04/02/09
@since alpha.0