org.dvb.spi.ict
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dvb.spi.ict.ResourceLoadException
              extended by org.dvb.spi.ict.ResourceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ResourceNotFoundException
extends ResourceLoadException

This exception is thrown when an attempt is made to load a resource via interaction channel transport, and the provider determines that the resource does not exist.

See Also:
Serialized Form

Constructor Summary
ResourceNotFoundException(java.lang.String uri)
          Create a ResourceNotFoundException.
ResourceNotFoundException(java.lang.String uri, java.lang.String message)
          Create a ResourceNotFoundException.
 
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

ResourceNotFoundException

public ResourceNotFoundException(java.lang.String uri)
Create a ResourceNotFoundException.

Parameters:
uri - the URI for the resource that was not found

ResourceNotFoundException

public ResourceNotFoundException(java.lang.String uri,
                                 java.lang.String message)
Create a ResourceNotFoundException.

Parameters:
message - describes the failure