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, hashCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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