org.dvb.spi
Class ProviderFailedInstallationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dvb.spi.ProviderFailedInstallationException
- All Implemented Interfaces:
- Serializable
public class ProviderFailedInstallationException
- extends 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProviderFailedInstallationException
public ProviderFailedInstallationException()
- Constructs an exception with no reason.
ProviderFailedInstallationException
public ProviderFailedInstallationException(String s)
- Constructs an exception with a reason.
- Parameters:
s
- the reason why the exception was thrown