org.dvb.application.storage
Class InvalidApplicationException

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

public class InvalidApplicationException
extends java.lang.Exception

When an application is being installed into a service, this is thrown when:

When an application is being stored in a cache this is thrown when

Since:
MHP1.1
See Also:
Serialized Form

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

InvalidApplicationException

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


InvalidApplicationException

public InvalidApplicationException(java.lang.String s)
Construct a InvalidApplicationException with a detail message

Parameters:
s - detail message