public class ResourceNotFoundException extends StreamBaseException
| Constructor and Description | 
|---|
ResourceNotFoundException(java.lang.String name)
Constructor. 
 | 
ResourceNotFoundException(java.lang.String name,
                         java.lang.String resourcePath)
Constructor. 
 | 
equals, getParams, hashCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceNotFoundException(java.lang.String name)
name - the name of the resource that was not foundpublic ResourceNotFoundException(java.lang.String name,
                                 java.lang.String resourcePath)
name - the name of the resource that was not foundresourcePath - the path that was looked into to find the above resource