org.davic.net.ca
Class ModuleResourceNonExistentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.davic.net.ca.CAException
              extended byorg.davic.net.ca.ModuleResourceNonExistentException
All Implemented Interfaces:
java.io.Serializable

public class ModuleResourceNonExistentException
extends CAException

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.

See Also:
Serialized Form

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, 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

ModuleResourceNonExistentException

public ModuleResourceNonExistentException()
Default constructor for the exception


ModuleResourceNonExistentException

public ModuleResourceNonExistentException(java.lang.String reason)
Constructor for the exception with a specified reason

Parameters:
reason - the reason why the exception was raised