org.dvb.application.storage
Class ApplicationDownloadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dvb.application.storage.ApplicationDownloadException
All Implemented Interfaces:
java.io.Serializable

public class ApplicationDownloadException
extends java.lang.Exception

Thrown if the downloading of the application failed. E.g. a carousel error, a file in the application description file is missing in the carousel, the application was being authenticated as part of downloading and this failed, etc

Since:
MHP1.1
See Also:
Serialized Form

Constructor Summary
ApplicationDownloadException()
          Constructs an ApplicationDownloadException with no detail message.
ApplicationDownloadException(java.lang.String s)
          Constructs an ApplicationDownloadException with a detail message
 
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

ApplicationDownloadException

public ApplicationDownloadException()
Constructs an ApplicationDownloadException with no detail message.


ApplicationDownloadException

public ApplicationDownloadException(java.lang.String s)
Constructs an ApplicationDownloadException with a detail message

Parameters:
s - detail message