|
||||||||||
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
public class NotEnoughResourcesException
Thrown if the GEM 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 |
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 |
---|
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 |