|
||||||||||
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.spi.ict.ResourceLoadException
org.dvb.spi.ict.ResourceNotFoundException
public class ResourceNotFoundException
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.
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 |
---|
public ResourceNotFoundException(java.lang.String uri)
uri
- the URI for the resource that was not foundpublic ResourceNotFoundException(java.lang.String uri, java.lang.String message)
message
- describes the failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |