edu.uky.rch.ept.data
Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.uky.rch.ept.data.DataAccessException
edu.uky.rch.ept.data.ResourceNotFoundException
- All Implemented Interfaces:
- Serializable
- public class ResourceNotFoundException
- extends DataAccessException
Thrown to indicate that the resource specified in the address was not found.
- Author:
- Sandeep Bodapati
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResourceNotFoundException
public ResourceNotFoundException()
- Constructs a new ResourceNotFoundException with no detail message.
ResourceNotFoundException
public ResourceNotFoundException(String msg)
- Constructs a new ResourceNotFoundException with the specified detail message.
- Parameters:
msg - message