org.dvb.application.storage
Class ApplicationDownloadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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
 
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

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