|
||||||||||
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.davic.net.ca.CAException
org.davic.net.ca.ModuleResourceNonExistentException
This exception is raised when the resource requested by the application in the message passing functions does not exist in the module. This is also raised in DVB CI / DAVIC CA0 based systems if the resource requested is not a valid target for message passing. One example of this would be addressing a public resource.
Constructor Summary | |
ModuleResourceNonExistentException()
Default constructor for the exception |
|
ModuleResourceNonExistentException(java.lang.String reason)
Constructor for the exception with a specified reason |
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 ModuleResourceNonExistentException()
public ModuleResourceNonExistentException(java.lang.String reason)
reason
- the reason why the exception was raised
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |