org.dvb.application.storage
Class ApplicationDownloadException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--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.

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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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