|
|||||||||
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.UserRejectedInstallException
Thrown if the end user rejects the request to install an application.
Constructor Summary | |
UserRejectedInstallException()
Constructs a UserRejectedInstallException with no detail message. |
|
UserRejectedInstallException(java.lang.String s)
Constructs a UserRejectedInstallException 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 UserRejectedInstallException()
public UserRejectedInstallException(java.lang.String s)
s
- detail message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |