|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.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, 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 |
public NotEnoughResourcesException()
public NotEnoughResourcesException(java.lang.String s)
s - detail message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||