edu.uky.rch.ept.data
Class ResourceNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.uky.rch.ept.data.DataAccessException
              extended byedu.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

Constructor Summary
ResourceNotFoundException()
          Constructs a new ResourceNotFoundException with no detail message.
ResourceNotFoundException(String msg)
          Constructs a new ResourceNotFoundException with the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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