uk.ac.cisban.rod.exception
Class QueryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.cisban.rod.exception.QueryNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class QueryNotFoundException
extends java.lang.Exception

Thrown when a query to the database unexpectedly resulted in the object not being found.

Since:
03-Dec-2009, 16:32:40
Author:
Morgan Taschuk
See Also:
Serialized Form

Constructor Summary
QueryNotFoundException(java.lang.String message)
           
 
Method Summary
 
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

QueryNotFoundException

public QueryNotFoundException(java.lang.String message)


Copyright © 2010. All Rights Reserved.