org.dvb.spi
Class ProviderFailedInstallationException

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

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

Constructor Summary
ProviderFailedInstallationException()
          Constructs an exception with no reason.
ProviderFailedInstallationException(java.lang.String s)
          Constructs an exception with a reason.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProviderFailedInstallationException

public ProviderFailedInstallationException()
Constructs an exception with no reason.


ProviderFailedInstallationException

public ProviderFailedInstallationException(java.lang.String s)
Constructs an exception with a reason.

Parameters:
s - the reason why the exception was thrown