org.dvb.spi
Class ProviderFailedInstallationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dvb.spi.ProviderFailedInstallationException
All Implemented Interfaces:
java.io.Serializable

public class ProviderFailedInstallationException
extends java.lang.Exception

Thrown when there is a problem installing a provider.

See Also:
ProviderRegistry.registerSystemBound(org.dvb.spi.SystemBoundProvider), ProviderRegistry.registerXletBound(org.dvb.spi.XletBoundProvider), Serialized Form

Constructor Summary
ProviderFailedInstallationException()
           
ProviderFailedInstallationException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ProviderFailedInstallationException

public ProviderFailedInstallationException()

ProviderFailedInstallationException

public ProviderFailedInstallationException(java.lang.String s)