|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.dvb.application.storage.NotEnoughResourcesException
Thrown if the MHP terminal does not have enough resources to install the application. E.g. not enough storage space.
Constructor Summary | |
NotEnoughResourcesException()
Constructs a NotEnoughResourcesException with no detail
message. |
|
NotEnoughResourcesException(java.lang.String s)
Constructs a NotEnoughResourcesException 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 |
public NotEnoughResourcesException()
NotEnoughResourcesException
with no detail
message.
public NotEnoughResourcesException(java.lang.String s)
NotEnoughResourcesException
with a detail message
s
- detail message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |