edu.uky.rch.ept.data
Class DataAccessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.uky.rch.ept.data.DataAccessException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidNodePathException, MalformedAddressException, MalformedQueryException, ResourceNotFoundException

public class DataAccessException
extends Exception

Thrown to indicate that a problem occured while executing the requested data access method.

Author:
Sandeep Bodapati
See Also:
Serialized Form

Constructor Summary
DataAccessException()
          Constructs a new DataAccessException with no detail message.
DataAccessException(String msg)
          Constructs a new DataAccessException 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

DataAccessException

public DataAccessException()
Constructs a new DataAccessException with no detail message.


DataAccessException

public DataAccessException(String msg)
Constructs a new DataAccessException with the specified detail message.

Parameters:
msg - message