edu.uky.rch.ept.data
Class DataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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